Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,728 messages
org.apache.spark.issues [
All Lists
]
2016 November [
All Months
]
Page 20 (Messages 476 to 500):
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] [Commented] (SPARK-18201) add toDense and toSparse into Matrix trait, like Vector design
-
Apache Spark (JIRA)
[jira] [Comment Edited] (SPARK-15507) ClassCastException: SomeCaseClass cannot be cast to org.apache.spark.sql.Row
-
Anbu Cheeralan (JIRA)
[jira] [Assigned] (SPARK-18282) Add model summaries for Python GMM and BisectingKMeans
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-18325) CLONE - R Examples: Check for new R APIs requiring example code in 2.0
-
Joseph K. Bradley (JIRA)
[jira] [Comment Edited] (SPARK-18334) MinHash should use binary hash distance
-
Yun Ni (JIRA)
[jira] [Updated] (SPARK-18264) Build and package R vignettes
-
Felix Cheung (JIRA)
[jira] [Updated] (SPARK-18347) Infra for R - need qpdf on Jenkins
-
Felix Cheung (JIRA)
[jira] [Commented] (SPARK-17691) Add aggregate function to collect list with maximum number of elements
-
Michael Armbrust (JIRA)
[jira] [Updated] (SPARK-13834) Update sbt and sbt plugins for 2.x.
-
Dongjoon Hyun (JIRA)
[jira] [Updated] (SPARK-18402) spark: SAXParseException while writing from json to parquet on s3
-
Luke Miner (JIRA)
[jira] [Resolved] (SPARK-18428) Update docs for GraphX
-
Reynold Xin (JIRA)
[jira] [Updated] (SPARK-18379) Make the parallelism of parallelPartitionDiscovery configurable.
-
Yin Huai (JIRA)
[jira] [Comment Edited] (SPARK-13913) DataFrame.withColumn fails when trying to replace existing column with dot in name
-
Barry Becker (JIRA)
[jira] [Commented] (SPARK-18447) Fix `Note:`/`NOTE:`/`Note that` across Python API documentation
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-18475) Be able to provide higher parallelization for StructuredStreaming Kafka Source
-
Ofir Manor (JIRA)
[jira] [Updated] (SPARK-18531) Apache Spark FPGrowth algorithm implementation fails with java.lang.StackOverflowError
-
Saleem Ansari (JIRA)
[jira] [Commented] (SPARK-18532) Code generation memory issue
-
Georg Heiler (JIRA)
[jira] [Reopened] (SPARK-18050) spark 2.0.1 enable hive throw AlreadyExistsException(message:Database default already exists)
-
Andrew Or (JIRA)
[jira] [Assigned] (SPARK-18341) Eliminate use of SingularMatrixException in WeightedLeastSquares logic
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-18582) Whitelist LogicalPlan operators allowed in correlated subqueries
-
Nattavut Sutyanyong (JIRA)
[jira] [Reopened] (SPARK-17788) RangePartitioner results in few very large tasks and many small to empty tasks
-
holdenk (JIRA)
[jira] [Resolved] (SPARK-18561) when checkpoint restore ,Streaming Dstream join RDD from hbase exception
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-18599) Add the Spectral LDA algorithm
-
Joseph K. Bradley (JIRA)
[jira] [Updated] (SPARK-18659) Incorrect behaviors in overwrite table for datasource tables
-
Eric Liang (JIRA)
[jira] [Commented] (SPARK-18560) Receiver data can not be dataSerialized properly.
-
Apache Spark (JIRA)
Page 20 (Messages 476 to 500):
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