Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,422 messages
org.apache.spark.issues [
All Lists
]
2016 August [
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
[jira] [Updated] (SPARK-15541) SparkContext.stop throws error
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-13710) Spark shell shows ERROR when launching on Windows
-
Arsen Vladimirskiy (JIRA)
[jira] [Updated] (SPARK-16404) LeastSquaresAggregator in Linear Regression serializes unnecessary data
-
DB Tsai (JIRA)
[jira] [Created] (SPARK-16926) Partition columns are present in columns metadata for partition but not table
-
Brian Cho (JIRA)
[jira] [Created] (SPARK-16961) Utils.randomizeInPlace does not shuffle arrays uniformly
-
Nicholas (JIRA)
[jira] [Updated] (SPARK-12920) Honor "spark.ui.retainedStages" to reduce mem-pressure
-
Rajesh Balamohan (JIRA)
[jira] [Commented] (SPARK-16976) KCore implementation
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-17020) Materialization of RDD via DataFrame.rdd forces a poor re-distribution of data
-
Sean Owen (JIRA)
[jira] [Created] (SPARK-17050) Improve initKMeansParallel with treeAggregate
-
Weichen Xu (JIRA)
[jira] [Updated] (SPARK-17034) Ordinal in ORDER BY or GROUP BY should be treated as an unresolved expression
-
Wenchen Fan (JIRA)
[jira] [Updated] (SPARK-17082) Replace ByteBuffer with ChunkedByteBuffer
-
Guoqiang Li (JIRA)
[jira] [Assigned] (SPARK-17087) Make Spark on Mesos honor port restrictions - Documentation
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-17104) LogicalRelation.newInstance should follow the semantics of MultiInstanceRelation
-
Liang-Chi Hsieh (JIRA)
[jira] [Commented] (SPARK-10872) Derby error (XSDB6) when creating new HiveContext after restarting SparkContext
-
Fabian Boehnlein (JIRA)
[jira] [Created] (SPARK-17112) "select if(true, null, null)" via JDBC triggers IllegalArgumentException in Thriftserver
-
Josh Rosen (JIRA)
[jira] [Commented] (SPARK-17110) Pyspark with locality ANY throw java.io.StreamCorruptedException
-
Miao Wang (JIRA)
[jira] [Commented] (SPARK-17148) NodeManager exit because of exception “Executor is not registered”
-
cen yuhai (JIRA)
[jira] [Commented] (SPARK-14948) Exception when joining DataFrames derived form the same DataFrame
-
Alexander Bij (JIRA)
[jira] [Commented] (SPARK-17197) PySpark LiR/LoR supports tree aggregation level configurable
-
Apache Spark (JIRA)
[jira] [Assigned] (SPARK-16785) dapply doesn't return array or raw columns
-
Apache Spark (JIRA)
[jira] [Assigned] (SPARK-17210) sparkr.zip is not distributed to executors when run sparkr in RStudio
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-17204) Spark 2.0 off heap RDD persistence with replication factor 2 leads to in-memory data corruption
-
Michael Allman (JIRA)
[jira] [Commented] (SPARK-13525) SparkR: java.net.SocketTimeoutException: Accept timed out when running any dataframe function
-
Arihanth Jain (JIRA)
[jira] [Assigned] (SPARK-17311) Standardize Python-Java MLlib API to accept optional long seeds in all cases
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-15406) Structured streaming support for consuming from Kafka
-
Cody Koeninger (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