Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,728 messages
org.apache.spark.issues [
All Lists
]
2016 November [
All Months
]
Page 35 (Messages 851 to 875):
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] [Updated] (SPARK-7768) Make user-defined type (UDT) API public
-
Reynold Xin (JIRA)
[jira] [Updated] (SPARK-16475) Broadcast Hint for SQL Queries
-
Reynold Xin (JIRA)
[jira] [Assigned] (SPARK-17683) Support ArrayType in Literal.apply
-
Apache Spark (JIRA)
[jira] [Resolved] (SPARK-13913) DataFrame.withColumn fails when trying to replace existing column with dot in name
-
Hyukjin Kwon (JIRA)
[jira] [Created] (SPARK-18223) Optimise PartitionedAppendOnlyMap implementation
-
Adam Roberts (JIRA)
[jira] [Commented] (SPARK-18232) Support Mesos CNI
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-18247) not rlike is not supported in DataFrame filter function
-
Edward Chen (JIRA)
[jira] [Commented] (SPARK-18191) Port RDD API to use commit protocol
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-17337) Incomplete algorithm for name resolution in Catalyst paser may lead to incorrect result
-
Herman van Hovell (JIRA)
[jira] [Commented] (SPARK-18316) Spark MLlib, GraphX 2.1 QA umbrella
-
Joseph K. Bradley (JIRA)
[jira] [Commented] (SPARK-17691) Add aggregate function to collect list with maximum number of elements
-
Jayadevan M (JIRA)
[jira] [Commented] (SPARK-9487) Use the same num. worker threads in Scala/Python unit tests
-
Saikat Kanjilal (JIRA)
[jira] [Updated] (SPARK-18432) Fix HDFS block size in programming guide
-
Sean Owen (JIRA)
[jira] [Created] (SPARK-18456) Use matrix abstraction for LogisitRegression coefficients during training
-
Seth Hendrickson (JIRA)
[jira] [Commented] (SPARK-18457) ORC and other columnar formats using HiveShim read all columns when doing a simple count
-
Hyukjin Kwon (JIRA)
[jira] [Created] (SPARK-18468) Flaky test: org.apache.spark.sql.hive.HiveSparkSubmitSuite.SPARK-9757 Persist Parquet relation with decimal column
-
Yin Huai (JIRA)
[jira] [Updated] (SPARK-18486) Access of SparkUI after task completion
-
Sean Owen (JIRA)
[jira] [Created] (SPARK-18497) ForeachSink fails with "assertion failed: No plan for EventTimeWatermark"
-
Aaron Davidson (JIRA)
[jira] [Commented] (SPARK-18352) Parse normal, multi-line JSON files (not just JSON Lines)
-
Nathan Howell (JIRA)
[jira] [Assigned] (SPARK-18339) Don't push down current_timestamp for filters in StructuredStreaming
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-18590) R - Include package vignettes and help pages, build source package in Spark distribution
-
Felix Cheung (JIRA)
[jira] [Commented] (SPARK-16986) "Started" time, "Completed" time and "Last Updated" time in history server UI are not user local time
-
Sean Owen (JIRA)
[jira] [Created] (SPARK-18631) Avoid making data skew worse in ExchangeCoordinator
-
Mark Hamstra (JIRA)
[jira] [Commented] (SPARK-18637) Stateful UDF should be considered as nondeterministic
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-18647) do not put provider in table properties for Hive serde table
-
Wenchen Fan (JIRA)
Page 35 (Messages 851 to 875):
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