Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 180 (Messages 4476 to 4500):
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-5532) Repartitioning DataFrame causes saveAsParquetFile to fail with VectorUDT
-
Xiangrui Meng (JIRA)
[jira] [Commented] (SPARK-4550) In sort-based shuffle, store map outputs in serialized form
-
Sandy Ryza (JIRA)
[jira] [Comment Edited] (SPARK-1405) parallel Latent Dirichlet Allocation (LDA) atop of spark in MLlib
-
Joseph K. Bradley (JIRA)
[jira] [Comment Edited] (SPARK-5529) Executor is still hold while BlockManager has been removed
-
Lianhui Wang (JIRA)
[jira] [Commented] (SPARK-5588) support select/filter by SQL expression for Python DataFrame
-
Apache Spark (JIRA)
[jira] [Comment Edited] (SPARK-5021) GaussianMixtureEM should be faster for SparseVector input
-
Manoj Kumar (JIRA)
[jira] [Resolved] (SPARK-5582) History server does not list anything if log root contains an empty directory
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-5657) Add PySpark Avro Output Format example
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-5660) Local Matrix apply should be public
-
Joseph K. Bradley (JIRA)
[jira] [Updated] (SPARK-5675) XyzType companion object should subclass XyzType
-
Reynold Xin (JIRA)
[jira] [Updated] (SPARK-5079) Detect failed jobs / batches in Spark Streaming unit tests
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-4655) Split Stage into ShuffleMapStage and ResultStage subclasses
-
Josh Rosen (JIRA)
[jira] [Closed] (SPARK-5729) Potential NPE in StandaloneRestServer if user specifies bad path
-
Andrew Or (JIRA)
[jira] [Comment Edited] (SPARK-4423) Improve foreach() documentation to avoid confusion between local- and cluster-mode behavior
-
Ilya Ganelin (JIRA)
[jira] [Commented] (SPARK-5770) Use addJar() to upload a new jar file to executor, it can't be added to classloader
-
Apache Spark (JIRA)
[jira] [Resolved] (SPARK-5796) Do not transform data on a last estimator in Pipeline
-
Xiangrui Meng (JIRA)
[jira] [Commented] (SPARK-3866) Clean up python/run-tests problems
-
Tomohiko K. (JIRA)
[jira] [Commented] (SPARK-5255) Use python doc "note" for experimental tags in tree.py
-
Xiangrui Meng (JIRA)
[jira] [Updated] (SPARK-5826) JavaStreamingContext.fileStream cause Configuration NotSerializableException
-
Sean Owen (JIRA)
[jira] [Created] (SPARK-5869) Exception when deleting Spark local dirs when shutting down DiskBlockManager
-
Kai Zeng (JIRA)
[jira] [Commented] (SPARK-5519) Add user guide for FP-Growth
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-5230) Print usage for spark-submit and spark-class in Windows
-
Sean Owen (JIRA)
[jira] [Created] (SPARK-5926) [SQL] DataFrame.explain() return false result for DDL command
-
Yanbo Liang (JIRA)
[jira] [Updated] (SPARK-5124) Standardize internal RPC interface
-
Reynold Xin (JIRA)
[jira] [Commented] (SPARK-6056) Unlimit offHeap memory use cause RM killing the container
-
Lianhui Wang (JIRA)
Page 180 (Messages 4476 to 4500):
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