Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 155 (Messages 3851 to 3875):
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] [Resolved] (SPARK-4001) Add Apriori algorithm to Spark MLlib
-
Xiangrui Meng (JIRA)
[jira] [Resolved] (SPARK-5608) Improve SEO of Spark documentation site to let Google find latest docs
-
Matei Zaharia (JIRA)
[jira] [Created] (SPARK-5628) Add option to return spark-ec2 version
-
Nicholas Chammas (JIRA)
[jira] [Commented] (SPARK-5531) Spark download .tgz file does not get unpacked
-
Sean Owen (JIRA)
[jira] [Closed] (SPARK-4994) Cleanup removed executors' ShuffleInfo in yarn shuffle service
-
Andrew Or (JIRA)
[jira] [Updated] (SPARK-4424) Clean up all SparkContexts in unit tests so that spark.driver.allowMultipleContexts can be false
-
Sean Owen (JIRA)
[jira] [Resolved] (SPARK-3039) Spark assembly for new hadoop API (hadoop 2) contains avro-mapred for hadoop 1 API
-
Sean Owen (JIRA)
[jira] [Assigned] (SPARK-4600) org.apache.spark.graphx.VertexRDD.diff does not work
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-5647) Output metrics do not show up for older hadoop versions (< 2.5)
-
Kostas Sakellis (JIRA)
[jira] [Commented] (SPARK-5703) AllJobsPage throws empty.max error
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-5733) Error Link in Pagination of HistroyPage when showing Incomplete Applications
-
Mars Gu (JIRA)
[jira] [Commented] (SPARK-5743) java.lang.OutOfMemoryError: Java heap space with RandomForest
-
Guillaume Charhon (JIRA)
[jira] [Closed] (SPARK-5805) Fix the type error in the final example given in MLlib - Clustering documentation
-
Emre Sevinç (JIRA)
[jira] [Updated] (SPARK-1867) Spark Documentation Error causes java.lang.IllegalStateException: unread block data
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-4699) Make caseSensitive configurable in Analyzer.scala
-
Michael Armbrust (JIRA)
[jira] [Created] (SPARK-5849) SubmitRestProtocolMessage should handle invalid requests that parse as JSON strings
-
Josh Rosen (JIRA)
[jira] [Created] (SPARK-5865) Add doc warnings for methods that collect an RDD to the driver
-
Nicholas Chammas (JIRA)
[jira] [Commented] (SPARK-1920) Spark JAR compiled with Java 7 leads to PySpark not working in YARN
-
Thomas Graves (JIRA)
[jira] [Commented] (SPARK-1537) Add integration with Yarn's Application Timeline Server
-
Marcelo Vanzin (JIRA)
[jira] [Commented] (SPARK-3147) Implement A/B testing
-
Feynman Liang (JIRA)
[jira] [Closed] (SPARK-3080) ArrayIndexOutOfBoundsException in ALS for Large datasets
-
Xiangrui Meng (JIRA)
[jira] [Updated] (SPARK-3439) Add Canopy Clustering Algorithm
-
Xiangrui Meng (JIRA)
[jira] [Commented] (SPARK-5281) Registering table on RDD is giving MissingRequirementError
-
Alberto (JIRA)
[jira] [Resolved] (SPARK-6003) Spark should offer a "sync" method that guarantees that RDDs are eagerly evaluated and persisted
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-6016) Cannot read the parquet table after overwriting the existing table when spark.sql.parquet.cacheMetadata=true
-
Yin Huai (JIRA)
Page 155 (Messages 3851 to 3875):
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