Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,728 messages
org.apache.spark.issues [
All Lists
]
2016 November [
All Months
]
Page 3 (Messages 51 to 75):
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
188
189
190
[jira] [Closed] (SPARK-18195) Log instrumentation in CrossValidator
-
zhengruifeng (JIRA)
[jira] [Assigned] (SPARK-18197) Optimise AppendOnlyMap implementation
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-18222) Use math instead of Math
-
Apache Spark (JIRA)
[jira] [Comment Edited] (SPARK-18227) Parquet file stream sink create a hidden directory "_spark_metadata" cause the DataFrame read failed
-
Lantao Jin (JIRA)
[jira] [Updated] (SPARK-18245) Improving support for bucketed table
-
Reynold Xin (JIRA)
[jira] [Resolved] (SPARK-17981) Incorrectly Set Nullability to False in FilterExec
-
Herman van Hovell (JIRA)
[jira] [Commented] (SPARK-18213) Syntactic sugar over Pipeline API
-
Wojciech Szymanski (JIRA)
[jira] [Commented] (SPARK-18131) Support returning Vector/Dense Vector from backend
-
Yanbo Liang (JIRA)
[jira] [Commented] (SPARK-16894) take function for returning the first n elements of array column
-
Kapil Singh (JIRA)
[jira] [Assigned] (SPARK-18294) Implement commit protocol to support `mapred` package's committer
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-18382) "run at null:-1" in UI when no file/line info in call site info
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-17116) Allow params to be a {string, value} dict at fit time
-
Aditya (JIRA)
[jira] [Created] (SPARK-18470) Provide Spark Streaming Monitor Rest Api
-
Genmao Yu (JIRA)
[jira] [Updated] (SPARK-18220) ClassCastException occurs when using select query on ORC file
-
Herman van Hovell (JIRA)
[jira] [Updated] (SPARK-18458) core dumped running Spark SQL on large data volume (100TB)
-
Sean Owen (JIRA)
[jira] [Assigned] (SPARK-4105) FAILED_TO_UNCOMPRESS(5) errors when fetching shuffle data with sort-based shuffle
-
Davies Liu (JIRA)
[jira] [Commented] (SPARK-18334) MinHash should use binary hash distance
-
Joseph K. Bradley (JIRA)
[jira] [Resolved] (SPARK-16377) Spark MLlib: MultilayerPerceptronClassifier - error while training
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-18544) Append with df.saveAsTable writes data to wrong location
-
Apache Spark (JIRA)
[jira] [Assigned] (SPARK-18593) JDBCRDD returns incorrect results for filters on CHAR of PostgreSQL
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-18611) mesos shuffle service on v2 isn't compatible with spark v1
-
Adrian Bridgett (JIRA)
[jira] [Commented] (SPARK-18608) Spark ML algorithms that check RDD cache level for internal caching double-cache data
-
yuhao yang (JIRA)
[jira] [Resolved] (SPARK-18617) Close "kryo auto pick" feature for Spark Streaming
-
Reynold Xin (JIRA)
[jira] [Created] (SPARK-18662) Move cluster managers into their own sub-directory
-
Anirudh Ramanathan (JIRA)
[jira] [Assigned] (SPARK-18122) Fallback to Kryo for unknown classes in ExpressionEncoder
-
Apache Spark (JIRA)
Page 3 (Messages 51 to 75):
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
188
189
190