Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,728 messages
org.apache.spark.issues [
All Lists
]
2016 November [
All Months
]
Page 38 (Messages 926 to 950):
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-15576) Add back hive tests blacklisted by SPARK-15539
-
Reynold Xin (JIRA)
[jira] [Resolved] (SPARK-16000) Make model loading backward compatible with saved models using old vector columns
-
Joseph K. Bradley (JIRA)
[jira] [Updated] (SPARK-17183) put hive serde table schema to table properties like data source table
-
Yin Huai (JIRA)
[jira] [Commented] (SPARK-15507) ClassCastException: SomeCaseClass cannot be cast to org.apache.spark.sql.Row
-
Anbu Cheeralan (JIRA)
[jira] [Updated] (SPARK-18000) Aggregation function for computing endpoints for histograms
-
Zhenhua Wang (JIRA)
[jira] [Updated] (SPARK-18323) Update MLlib, GraphX websites for 2.1
-
Joseph K. Bradley (JIRA)
[jira] [Updated] (SPARK-18365) Improve Documentation for Sample Method
-
Bill Chambers (JIRA)
[jira] [Updated] (SPARK-18292) LogicalPlanToSQLSuite should not use resource dependent path for golden file generation
-
Sean Owen (JIRA)
[jira] [Comment Edited] (SPARK-18388) Running aggregation on many columns throws SOE
-
Raviteja Lokineni (JIRA)
[jira] [Resolved] (SPARK-18166) GeneralizedLinearRegression Wrong Value Range for Poisson Distribution
-
Sean Owen (JIRA)
[jira] [Assigned] (SPARK-18434) Add missing ParamValidations for ML algos
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-8443) GenerateMutableProjection Exceeds JVM Code Size Limits
-
Barry Becker (JIRA)
[jira] [Updated] (SPARK-17732) ALTER TABLE DROP PARTITION should support comparators
-
Herman van Hovell (JIRA)
[jira] [Resolved] (SPARK-18446) make sure all ML algos have links to API docs
-
Sean Owen (JIRA)
[jira] [Resolved] (SPARK-16865) A file-based end-to-end SQL query suite
-
Herman van Hovell (JIRA)
[jira] [Assigned] (SPARK-18488) Update the value of "spark.ui.port" after application started in cluster mode.
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-18531) Apache Spark FPGrowth algorithm implementation fails with java.lang.StackOverflowError
-
Saleem Ansari (JIRA)
[jira] [Resolved] (SPARK-18361) Expose RDD localCheckpoint in PySpark
-
Andrew Or (JIRA)
[jira] [Resolved] (SPARK-18282) Add model summaries for Python GMM and BisectingKMeans
-
Yanbo Liang (JIRA)
[jira] [Updated] (SPARK-18593) JDBCRDD returns incorrect results for filters on CHAR of PostgreSQL
-
Dongjoon Hyun (JIRA)
[jira] [Commented] (SPARK-18460) Include triggerDetails in StreamingQueryStatus.json
-
Sean Owen (JIRA)
[jira] [Assigned] (SPARK-18631) Avoid making data skew worse in ExchangeCoordinator
-
Apache Spark (JIRA)
[jira] [Resolved] (SPARK-17692) Document ML/MLlib behavior changes in Spark 2.1
-
Yanbo Liang (JIRA)
[jira] [Commented] (SPARK-18652) Include the example data with the pyspark package
-
Apache Spark (JIRA)
[jira] [Assigned] (SPARK-18658) Writing to a text DataSource buffers one or more lines in memory
-
Apache Spark (JIRA)
Page 38 (Messages 926 to 950):
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