Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,610 messages
org.apache.spark.issues [
All Lists
]
2016 July [
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
181
182
183
184
185
[jira] [Commented] (SPARK-15581) MLlib 2.1 Roadmap
-
Nick Pentreath (JIRA)
[jira] [Commented] (SPARK-16345) Extract graphx programming guide example snippets from source files instead of hard code them
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-16324) regexp_extract returns empty string when match fails
-
Jeff Zhang (JIRA)
[jira] [Comment Edited] (SPARK-16379) Spark on mesos is broken due to race condition in Logging
-
Stavros Kontopoulos (JIRA)
[jira] [Assigned] (SPARK-16399) Set PYSPARK_PYTHON to point to "python" instead of "python2.7"
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-16379) Spark on mesos is broken due to race condition in Logging
-
Charles Allen (JIRA)
[jira] [Updated] (SPARK-16374) Remove Alias from MetastoreRelation and SimpleCatalogRelation
-
Wenchen Fan (JIRA)
[jira] [Assigned] (SPARK-16432) Empty blocks fail to serialize due to assert in ChunkedByteBuffer
-
Apache Spark (JIRA)
[jira] [Resolved] (SPARK-16285) Implement sentences SQL function
-
Wenchen Fan (JIRA)
[jira] [Commented] (SPARK-16452) basic INFORMATION_SCHEMA support
-
Dongjoon Hyun (JIRA)
[jira] [Commented] (SPARK-16474) Global Aggregation doesn't seem to work at all
-
Sean Owen (JIRA)
[jira] [Assigned] (SPARK-16478) strongly connected components doesn't cache returned RDD
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-16487) Some batches might not get marked as fully processed in JobGenerator
-
Ahmed Mahran (JIRA)
[jira] [Assigned] (SPARK-16546) Dataframe.drop supported multi-columns in spark api and should make python api also support it.
-
Apache Spark (JIRA)
[jira] [Assigned] (SPARK-16391) KeyValueGroupedDataset.reduceGroups should support partial aggregation
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-16522) [MESOS] Spark application throws exception on exit
-
Reynold Xin (JIRA)
[jira] [Updated] (SPARK-16112) R programming guide update for gapply and gapplyCollect
-
Shivaram Venkataraman (JIRA)
[jira] [Updated] (SPARK-15232) Add subquery SQL building tests to LogicalPlanToSQLSuite
-
Reynold Xin (JIRA)
[jira] [Created] (SPARK-16702) Driver hangs after executors are lost
-
Angus Gerry (JIRA)
[jira] [Updated] (SPARK-3155) Support DecisionTree pruning
-
Joseph K. Bradley (JIRA)
[jira] [Resolved] (SPARK-16697) redundant RDD computation in LDAOptimizer
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-15703) Make ListenerBus event queue size configurable
-
Thomas Graves (JIRA)
[jira] [Commented] (SPARK-16446) Gaussian Mixture Model wrapper in SparkR
-
Xiangrui Meng (JIRA)
[jira] [Commented] (SPARK-2984) FileNotFoundException on _temporary directory
-
Gaurav Shah (JIRA)
[jira] [Commented] (SPARK-16798) java.lang.IllegalArgumentException: bound must be positive : Worked in 1.5.2
-
Charles Allen (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
181
182
183
184
185