Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,852 messages
org.apache.spark.issues [
All Lists
]
2015 December [
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
186
187
188
189
190
191
192
193
194
195
[jira] [Updated] (SPARK-12067) Fix usage of isnan, isnull, isnotnull of Column and DataFrame
-
Yanbo Liang (JIRA)
[jira] [Commented] (SPARK-12104) collect() does not handle multiple columns with same name
-
Shivaram Venkataraman (JIRA)
[jira] [Commented] (SPARK-12107) Update spark-ec2 versions
-
Michael Armbrust (JIRA)
[jira] [Commented] (SPARK-12179) Spark SQL get different result with the same code
-
Tao Li (JIRA)
[jira] [Commented] (SPARK-12258) Hive Timestamp UDF is binded with '1969-12-31 15:59:59.999999' for null value
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-12286) Support UnsafeRow in all SparkPlan (if possible)
-
Davies Liu (JIRA)
[jira] [Updated] (SPARK-11978) Move dataset_example.py to examples/ml and rename to dataframe_example.py
-
Joseph K. Bradley (JIRA)
[jira] [Assigned] (SPARK-12298) Infinite loop in DataFrame.sortWithinPartitions(String, String*)
-
Apache Spark (JIRA)
[jira] [Assigned] (SPARK-12315) isnotnull operator not pushed down for JDBC datasource.
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-12348) PySpark _inferSchema crashes with incorrect exception on an empty RDD
-
Hurshal Patel (JIRA)
[jira] [Created] (SPARK-12357) Implement unhandledFilter interface for JDBC
-
Hyukjin Kwon (JIRA)
[jira] [Created] (SPARK-12424) The implementation of ParamMap#filter is wrong.
-
Kousuke Saruta (JIRA)
[jira] [Assigned] (SPARK-12437) Reserved words (like table) throws error when writing a data frame to JDBC
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-12339) NullPointerException on stage kill from web UI
-
Apache Spark (JIRA)
[jira] [Resolved] (SPARK-12349) Make spark.ml PCAModel load backwards compatible
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-12476) Implement JdbcRelation#unhandledFilters for removing unnecessary Spark Filter
-
Takeshi Yamamuro (JIRA)
[jira] [Resolved] (SPARK-11807) Remove support for Hadoop < 2.2 (i.e. Hadoop 1 and 2.0)
-
Reynold Xin (JIRA)
[jira] [Updated] (SPARK-12512) WithColumn does not work on multiple column with special character
-
JO EE (JIRA)
[jira] [Updated] (SPARK-6280) Remove Akka systemName from Spark
-
Reynold Xin (JIRA)
[jira] [Commented] (SPARK-12518) Problem in Spark deserialization with htsjdk BAMRecordCodec
-
Zhanpeng Wu (JIRA)
[jira] [Assigned] (SPARK-12224) R support for JDBC source
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-10789) Cluster mode SparkSubmit classpath only includes Spark assembly
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-12544) Support window functions in SQLContext
-
Davies Liu (JIRA)
[jira] [Resolved] (SPARK-12263) IllegalStateException: Memory can't be 0 for SPARK_WORKER_MEMORY without unit
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-12594) Join Conversion: Outer to Inner/Left/Right, Right to Inner and Left to Inner
-
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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195