Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,728 messages
org.apache.spark.issues [
All Lists
]
2016 November [
All Months
]
Page 143 (Messages 3551 to 3575):
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] [Commented] (SPARK-18221) Wrong ApproximatePercentile answer when multiple records have the minimum value(for branch 2.0)
-
Zhenhua Wang (JIRA)
[jira] [Closed] (SPARK-14195) Error: org.apache.spark.sql.AnalysisException: cannot recognize input near 'select' 'MAC' 'from' in expression specification; line 1 pos 16 (state=,code=0)
-
Hyukjin Kwon (JIRA)
[jira] [Updated] (SPARK-18251) DataSet API | RuntimeException: Null value appeared in non-nullable field when holding Option Case Class
-
Aniket Bhatnagar (JIRA)
[jira] [Commented] (SPARK-18225) job will miss when driver removed by master in spark streaming
-
Saisai Shao (JIRA)
[jira] [Created] (SPARK-18295) Match up to_json to from_json in null safety
-
Hyukjin Kwon (JIRA)
[jira] [Resolved] (SPARK-16010) Code Refactoring, Test Case Improvement and Description Updates for SQLConf spark.sql.parquet.filterPushdown
-
Sean Owen (JIRA)
[jira] [Resolved] (SPARK-18297) Fail if SparkContext run a new Thread in yarn-cluster
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-18292) LogicalPlanToSQLSuite should not use resource dependent path for golden file generation
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-18279) ML programming guide should have R examples
-
Joseph K. Bradley (JIRA)
[jira] [Comment Edited] (SPARK-18227) Parquet file stream sink create a hidden directory "_spark_metadata" cause the DataFrame read from directory failed
-
Michael Armbrust (JIRA)
[jira] [Assigned] (SPARK-18401) SparkR random forest should support output original label
-
Apache Spark (JIRA)
[jira] [Comment Edited] (SPARK-18424) Improve Date Parsing Functionality
-
Bill Chambers (JIRA)
[jira] [Resolved] (SPARK-18443) spark leak memeory and led to OOM
-
Sean Owen (JIRA)
[jira] [Resolved] (SPARK-18129) Sign pip artifacts
-
Josh Rosen (JIRA)
[jira] [Commented] (SPARK-18475) Be able to provide higher parallelization for StructuredStreaming Kafka Source
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-18339) Don't push down current_timestamp for filters in StructuredStreaming
-
Michael Armbrust (JIRA)
[jira] [Updated] (SPARK-18516) Separate instantaneous state from progress performance statistics
-
Michael Armbrust (JIRA)
[jira] [Commented] (SPARK-18506) kafka 0.10 with Spark 2.02 auto.offset.reset=earliest will only read from a single partition on a multi partition topic
-
Heji Kim (JIRA)
[jira] [Commented] (SPARK-12469) Data Property Accumulators for Spark (formerly Consistent Accumulators)
-
Herman van Hovell (JIRA)
[jira] [Commented] (SPARK-12469) Data Property Accumulators for Spark (formerly Consistent Accumulators)
-
Reynold Xin (JIRA)
[jira] [Comment Edited] (SPARK-18539) Cannot filter by nonexisting column in parquet file
-
Dongjoon Hyun (JIRA)
[jira] [Updated] (SPARK-18527) UDAFPercentile (bigint, array<double>) needs explicity cast to double
-
Herman van Hovell (JIRA)
[jira] [Commented] (SPARK-17896) Dataset groupByKey + reduceGroups fails with codegen-related exception
-
Takeshi Yamamuro (JIRA)
[jira] [Resolved] (SPARK-18622) Missing Reference in Multi Union Clauses Cause by TypeCoercion
-
Wenchen Fan (JIRA)
[jira] [Updated] (SPARK-18362) Use TextFileFormat in implementation of CSVFileFormat
-
Josh Rosen (JIRA)
Page 143 (Messages 3551 to 3575):
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