Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
5,341 messages
org.apache.spark.issues [
All Lists
]
2015 April [
All Months
]
Page 152 (Messages 3776 to 3800):
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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
[jira] [Assigned] (SPARK-6671) Add status command for spark daemons
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-6615) Add missing methods to Word2Vec's Python API
-
Xiangrui Meng (JIRA)
[jira] [Updated] (SPARK-6713) Iterators in columnSimilarities to allow flatMap spill
-
Reza Zadeh (JIRA)
[jira] [Commented] (SPARK-6700) flaky test: run Python application in yarn-cluster mode
-
Lianhui Wang (JIRA)
[jira] [Assigned] (SPARK-6765) Turn scalastyle on for test code
-
Apache Spark (JIRA)
[jira] [Assigned] (SPARK-6794) Speed up default BroadcastHashJoin performance by using kryo-based SparkSerializer
-
Apache Spark (JIRA)
[jira] [Resolved] (SPARK-6804) System.exit(1) on error
-
Sean Owen (JIRA)
[jira] [Assigned] (SPARK-6858) Register Java HashMap for SparkSqlSerializer
-
Apache Spark (JIRA)
[jira] [Reopened] (SPARK-5364) HiveQL transform doesn't support the non output clause
-
Reynold Xin (JIRA)
[jira] [Updated] (SPARK-6694) SparkSQL CLI must be able to specify an option --database on the command line.
-
Cheng Lian (JIRA)
[jira] [Updated] (SPARK-6950) Spark master UI believes some applications are in progress when they are actually completed
-
Matt Cheah (JIRA)
[jira] [Updated] (SPARK-6985) Receiver maxRate over 1000 causes a StackOverflowError
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-6889) Streamline contribution process with update to Contribution wiki, JIRA rules
-
Joseph K. Bradley (JIRA)
[jira] [Assigned] (SPARK-6993) Adding default max and min methods for JavaDoubleRDD
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-7003) Improve reliability of connection failure between Netty block transfer service endpoints
-
Aaron Davidson (JIRA)
[jira] [Updated] (SPARK-7008) Implement of Factorization Machine (LibFM)
-
zhengruifeng (JIRA)
[jira] [Created] (SPARK-7064) Adding binary sparse vector support
-
Julien Pierre (JIRA)
[jira] [Updated] (SPARK-6146) Support more datatype in SqlParser
-
Sean Owen (JIRA)
[jira] [Closed] (SPARK-6176) Expose abstract DataTypes for DataFrames
-
Joseph K. Bradley (JIRA)
[jira] [Comment Edited] (SPARK-7108) spark.local.dir is no longer honored in Standalone mode
-
Patrick Wendell (JIRA)
[jira] [Assigned] (SPARK-5521) PCA wrapper for easy transform vectors
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-7180) SerializationDebugger fails with ArrayOutOfBoundsException
-
Andrew Or (JIRA)
[jira] [Commented] (SPARK-5189) Reorganize EC2 scripts so that nodes can be provisioned independent of Spark master
-
Nicholas Chammas (JIRA)
[jira] [Commented] (SPARK-7216) Show driver details in Mesos cluster UI
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-7281) No option for AM native library path in yarn-client mode.
-
Marcelo Vanzin (JIRA)
Page 152 (Messages 3776 to 3800):
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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214