Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 44 (Messages 1076 to 1100):
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
[jira] [Updated] (SPARK-5454) [SQL] Self join with ArrayType columns problems
-
Michael Armbrust (JIRA)
[jira] [Commented] (SPARK-5501) Write support for the data source API
-
Reynold Xin (JIRA)
[jira] [Commented] (SPARK-4705) Driver retries in yarn-cluster mode always fail if event logging is enabled
-
Marcelo Vanzin (JIRA)
[jira] [Commented] (SPARK-5585) Flaky test: Python regression
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-5626) Spurious test failures due to NullPointerException in EasyMock test code
-
Josh Rosen (JIRA)
[jira] [Created] (SPARK-5737) Scanning duplicate columns from parquet table
-
Kevin Jung (JIRA)
[jira] [Resolved] (SPARK-5677) Python DataFrame API remaining tasks
-
Reynold Xin (JIRA)
[jira] [Updated] (SPARK-5740) Change comment default value from empty string to "null" in DescribeCommand
-
Li Sheng (JIRA)
[jira] [Commented] (SPARK-5726) Hadamard Vector Product Transformer
-
Xiangrui Meng (JIRA)
[jira] [Commented] (SPARK-5016) GaussianMixtureEM should distribute matrix inverse for large numFeatures, k
-
Travis Galoppo (JIRA)
[jira] [Commented] (SPARK-925) Allow ec2 scripts to load default options from a json file
-
Nicholas Chammas (JIRA)
[jira] [Updated] (SPARK-5815) Deprecate SVDPlusPlus APIs that expose DoubleMatrix from JBLAS
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-5751) First test case of HiveThriftServer2Suite sometimes timeouts
-
Michael Armbrust (JIRA)
[jira] [Commented] (SPARK-5005) Failed to start spark-shell when using yarn-client mode with the Spark1.2.0
-
Sean Owen (JIRA)
[jira] [Resolved] (SPARK-4796) Spark does not remove temp files
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-925) Allow ec2 scripts to load default options from a json file
-
Nicholas Chammas (JIRA)
[jira] [Updated] (SPARK-5896) toDF in python doesn't work with Strings
-
Michael Armbrust (JIRA)
[jira] [Commented] (SPARK-5841) Memory leak in DiskBlockManager
-
Apache Spark (JIRA)
[jira] [Issue Comment Deleted] (SPARK-1537) Add integration with Yarn's Application Timeline Server
-
Zhan Zhang (JIRA)
[jira] [Commented] (SPARK-5916) $SPARK_HOME/bin/beeline conflicts with $HIVE_HOME/bin/beeline
-
Patrick Wendell (JIRA)
[jira] [Comment Edited] (SPARK-1182) Sort the configuration parameters in configuration.md
-
Reynold Xin (JIRA)
[jira] [Created] (SPARK-5995) Make ML Prediction Developer APIs public
-
Joseph K. Bradley (JIRA)
[jira] [Created] (SPARK-6009) IllegalArgumentException thrown by TimSort when SQL ORDER BY RAND ()
-
Paul Barber (JIRA)
[jira] [Resolved] (SPARK-6058) Log the error for the EXIT_EXCEPTION_USER_CLASS exit code
-
Sean Owen (JIRA)
[jira] [Created] (SPARK-6065) Optimize word2vec.findSynonyms speed
-
Joseph K. Bradley (JIRA)
Page 44 (Messages 1076 to 1100):
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187