Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,489 messages
org.apache.spark.issues [
All Lists
]
2015 March [
All Months
]
Page 1 (Messages 1 to 25):
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
[jira] [Updated] (SPARK-4184) Improve Spark Streaming documentation to address commonly-asked questions
-
Chris Fregly (JIRA)
[jira] [Commented] (SPARK-6061) File source dstream can not include the old file which timestamp is before the system time
-
maji2014 (JIRA)
[jira] [Resolved] (SPARK-5838) Changing SPARK_LOCAL_DIRS option in spark-env.sh does not take effect without daemon restart
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-5368) Spark should support NAT (via akka improvements)
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-6268) KMeans parameter getter methods
-
Joseph K. Bradley (JIRA)
[jira] [Commented] (SPARK-6334) spark-local dir not getting cleared during ALS
-
Sean Owen (JIRA)
[jira] [Created] (SPARK-6338) Use standard temp dir mechanisms in tests to avoid orphaned temp files
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-6345) Model update propagation during prediction in Streaming Regression
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-6319) DISTINCT doesn't work for binary type
-
Michael Armbrust (JIRA)
[jira] [Updated] (SPARK-5451) And predicates are not properly pushed down
-
Michael Armbrust (JIRA)
[jira] [Updated] (SPARK-6381) add Apriori algorithm to MLLib
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-6377) Set the number of shuffle partitions for Exchange operator automatically based on the size of input tables and the reduce-side operation.
-
Yin Huai (JIRA)
[jira] [Commented] (SPARK-5981) pyspark ML models should support predict/transform on vector within map
-
Joseph K. Bradley (JIRA)
[jira] [Resolved] (SPARK-5821) JSONRelation should check if delete is successful for the overwrite operation.
-
Cheng Lian (JIRA)
[jira] [Updated] (SPARK-5821) JSONRelation and ParquetRelation2 should check if delete is successful for the overwrite operation.
-
Cheng Lian (JIRA)
[jira] [Commented] (SPARK-6369) InsertIntoHiveTable should use logic from SparkHadoopWriter
-
Yin Huai (JIRA)
[jira] [Resolved] (SPARK-1086) Some corner case during HA master switching?
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-2089) With YARN, preferredNodeLocalityData isn't honored
-
Sean Owen (JIRA)
[jira] [Resolved] (SPARK-5911) Make Column.cast(to: String) support fixed precision and scale decimal type
-
Michael Armbrust (JIRA)
[jira] [Commented] (SPARK-2426) Quadratic Minimization for MLlib ALS
-
Debasish Das (JIRA)
[jira] [Updated] (SPARK-5771) Number of Cores in Completed Applications of Standalone Master Web Page always be 0 if sc.stop() is called
-
Andrew Or (JIRA)
[jira] [Assigned] (SPARK-6481) Set "In Progress" when a PR is opened for an issue
-
Josh Rosen (JIRA)
[jira] [Assigned] (SPARK-6536) Add IN to python Column
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-6605) Same transformation in DStream leads to different result
-
SaintBacchus (JIRA)
[jira] [Assigned] (SPARK-6322) CTAS should consider the case where no file format or storage handler is given
-
Apache Spark (JIRA)
Page 1 (Messages 1 to 25):
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