Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
5,341 messages
org.apache.spark.issues [
All Lists
]
2015 April [
All Months
]
Page 153 (Messages 3801 to 3825):
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] [Created] (SPARK-6732) Scala existentials warning during compilation
-
Raymond Tay (JIRA)
[jira] [Updated] (SPARK-6479) Create off-heap block storage API (internal)
-
Zhan Zhang (JIRA)
[jira] [Created] (SPARK-6814) Support sorting for any data type in SparkR
-
Shivaram Venkataraman (JIRA)
[jira] [Updated] (SPARK-6847) Stack overflow on updateStateByKey which followed by a dstream with checkpoint set
-
Jack Hu (JIRA)
[jira] [Commented] (SPARK-761) Print a nicer error message when incompatible Spark binaries try to talk
-
Andrew Ash (JIRA)
[jira] [Assigned] (SPARK-6871) WITH clause in CTE can not following another WITH clause
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-6884) random forest predict probabilities functionality (like in sklearn)
-
Max Kaznady (JIRA)
[jira] [Assigned] (SPARK-5352) Add getPartitionStrategy in Graph
-
Apache Spark (JIRA)
[jira] [Assigned] (SPARK-1406) PMML model evaluation support via MLib
-
Apache Spark (JIRA)
[jira] [Assigned] (SPARK-6867) Dropout regularization
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-6900) spark ec2 script enters infinite loop when run-instance fails
-
Nicholas Chammas (JIRA)
[jira] [Commented] (SPARK-6968) Make maniuplating an underlying RDD of a DataFrame easier
-
Reynold Xin (JIRA)
[jira] [Commented] (SPARK-6490) Deprecate configurations for "askWithReply" and use new configuration names
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-7053) KafkaUtils.createStream leaks resources
-
Platon Potapov (JIRA)
[jira] [Assigned] (SPARK-7066) VectorAssembler should use NumericType and StringType, not NativeType
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-6881) Change the checkpoint directory name from checkpoints to checkpoint
-
Sean Owen (JIRA)
[jira] [Assigned] (SPARK-7112) Add a tracker to track the direct streams
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-7107) Add parameter for zookeeper.znode.parent to hbase_inputformat.py
-
Reynold Xin (JIRA)
[jira] [Created] (SPARK-7154) Spark distro appears to be pulling in incorrect protobuf classes
-
Dmitry Goldenberg (JIRA)
[jira] [Updated] (SPARK-7154) Spark distro appears to be pulling in incorrect protobuf classes
-
Dmitry Goldenberg (JIRA)
[jira] [Assigned] (SPARK-6653) New configuration property to specify port for sparkYarnAM actor system
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-7193) "Spark on Mesos" may need more tests for spark 1.3.1 release
-
Littlestar (JIRA)
[jira] [Assigned] (SPARK-7213) Exception while copying Hadoop config files due to permission issues
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-7262) LogisticRegression with L1/L2 (elastic net) using OWLQN in new ML package
-
DB Tsai (JIRA)
[jira] [Resolved] (SPARK-7279) Removed diffSum which is theoretical zero in LinearRegression and coding formating
-
Xiangrui Meng (JIRA)
Page 153 (Messages 3801 to 3825):
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