Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,728 messages
org.apache.spark.issues [
All Lists
]
2016 November [
All Months
]
Page 112 (Messages 2776 to 2800):
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
[jira] [Resolved] (SPARK-17992) HiveClient.getPartitionsByFilter throws an exception for some unsupported filters when hive.metastore.try.direct.sql=false
-
Reynold Xin (JIRA)
[jira] [Closed] (SPARK-14196) Error: org.apache.spark.sql.AnalysisException: cannot resolve 'query_alias_fix_conflicts_0._c0'; (state=,code=0)
-
Hyukjin Kwon (JIRA)
[jira] [Created] (SPARK-18276) Some ML training summaries are not copied when {{copy()}} is called.
-
Seth Hendrickson (JIRA)
[jira] [Assigned] (SPARK-18261) Add statistics to MemorySink for joining
-
Apache Spark (JIRA)
[jira] [Assigned] (SPARK-18286) Add Scala/Java/Python examples for MinHash and RandomProjection
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-18297) Fail if SparkContext run a new Thread in yarn-cluster
-
liuhongqiang (JIRA)
[jira] [Created] (SPARK-18303) CLONE - Improving MLlib optimization APIs
-
Iskender Unlu (JIRA)
[jira] [Updated] (SPARK-18346) TRUNCATE TABLE should fail if no partition is matched for the given non-partial partition spec
-
Wenchen Fan (JIRA)
[jira] [Updated] (SPARK-18367) limit() makes the lame walk again
-
Nicholas Chammas (JIRA)
[jira] [Commented] (SPARK-18377) warehouse path should be a static conf
-
Apache Spark (JIRA)
[jira] [Resolved] (SPARK-18211) Spark SQL ignores split.size
-
Michael Armbrust (JIRA)
[jira] [Assigned] (SPARK-18300) ClassCastException during count distinct
-
Apache Spark (JIRA)
[jira] [Assigned] (SPARK-18466) Missing withFilter method causes warnings when using for comprehensions
-
Apache Spark (JIRA)
[jira] [Comment Edited] (SPARK-18473) Correctness issue in INNER join result with window functions
-
Herman van Hovell (JIRA)
[jira] [Assigned] (SPARK-18497) ForeachSink fails with "assertion failed: No plan for EventTimeWatermark"
-
Shixiong Zhu (JIRA)
[jira] [Commented] (SPARK-18525) Kafka DirectInputStream cannot be aware of new partition
-
Cody Koeninger (JIRA)
[jira] [Assigned] (SPARK-18515) AlterTableDropPartitions fails for non-string columns
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-17528) MutableProjection should not cache content from the input row
-
Wenchen Fan (JIRA)
[jira] [Commented] (SPARK-5997) Increase partition count without performing a shuffle
-
holdenk (JIRA)
[jira] [Commented] (SPARK-18584) multiple Spark Thrift Servers running in the same machine throws org.apache.hadoop.security.AccessControlException
-
tanxinz (JIRA)
[jira] [Commented] (SPARK-18612) Leaked broadcasted variable Mllib
-
Anthony Truchet (JIRA)
[jira] [Assigned] (SPARK-17680) Unicode Character Support for Column Names and Comments
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-18614) Incorrect predicate pushdown thru ExistenceJoin
-
Nattavut Sutyanyong (JIRA)
[jira] [Commented] (SPARK-17897) not isnotnull is converted to the always false condition isnotnull && not isnotnull
-
Xiao Li (JIRA)
[jira] [Assigned] (SPARK-18653) Dataset.show() generates incorrect padding for Unicode Character
-
Apache Spark (JIRA)
Page 112 (Messages 2776 to 2800):
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