Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
6,627 messages
org.apache.spark.issues [
All Lists
]
2019 May [
All Months
]
Page 73 (Messages 1801 to 1825):
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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
[jira] [Created] (SPARK-27708) Add documentation for v2 data sources
-
Ryan Blue (JIRA)
[jira] [Commented] (SPARK-27768) Incorrect statistical aggregate results when the inputs have constants infinity
-
Dongjoon Hyun (JIRA)
[jira] [Resolved] (SPARK-27693) DataSourceV2: Add default catalog property
-
Dongjoon Hyun (JIRA)
[jira] [Resolved] (SPARK-22996) update R to pass newest version of lintr checks
-
shane knapp (JIRA)
[jira] [Updated] (SPARK-21564) TaskDescription decoding failure should fail the task
-
Hyukjin Kwon (JIRA)
[jira] [Resolved] (SPARK-11421) Add the ability to add a jar to the current class loader
-
Hyukjin Kwon (JIRA)
[jira] [Resolved] (SPARK-20207) Add ablity to exclude current row in WindowSpec
-
Hyukjin Kwon (JIRA)
[jira] [Resolved] (SPARK-13209) transitive closure on a dataframe
-
Hyukjin Kwon (JIRA)
[jira] [Resolved] (SPARK-17169) To use scala macros to update code when SharedParamsCodeGen.scala changed
-
Hyukjin Kwon (JIRA)
[jira] [Updated] (SPARK-17156) Add multiclass logistic regression Scala Example
-
Hyukjin Kwon (JIRA)
[jira] [Updated] (SPARK-11454) DB2 dialect - map DB2 ROWID and TIMESTAMP with TIMEZONE types into valid Spark types
-
Hyukjin Kwon (JIRA)
[jira] [Updated] (SPARK-13641) getModelFeatures of ml.api.r.SparkRWrapper cannot (always) reveal the original column names
-
Hyukjin Kwon (JIRA)
[jira] [Updated] (SPARK-14283) Avoid sort in randomSplit when possible
-
Hyukjin Kwon (JIRA)
[jira] [Resolved] (SPARK-14405) broadcast variables can cause lots of warning messages on shutdown
-
Hyukjin Kwon (JIRA)
[jira] [Resolved] (SPARK-16378) HiveContext doesn't release resources
-
Hyukjin Kwon (JIRA)
[jira] [Resolved] (SPARK-6832) Handle partial reads in SparkR JVM to worker communication
-
Hyukjin Kwon (JIRA)
[jira] [Resolved] (SPARK-12358) Spark SQL query with lots of small tables under broadcast threshold leading to java.lang.OutOfMemoryError
-
Hyukjin Kwon (JIRA)
[jira] [Updated] (SPARK-4545) If first Spark Streaming batch fails, it waits 10x batch duration before stopping
-
Hyukjin Kwon (JIRA)
[jira] [Updated] (SPARK-5880) Change log level of batch pruning string in InMemoryColumnarTableScan from Info to Debug
-
Hyukjin Kwon (JIRA)
[jira] [Commented] (SPARK-15015) Log statements lack file name/number
-
John-Michael Reed (JIRA)
[jira] [Commented] (SPARK-25139) PythonRunner#WriterThread released block after TaskRunner finally block which invoke BlockManager#releaseAllLocksForTask
-
Reza Safi (JIRA)
[jira] [Reopened] (SPARK-15015) Log statements lack file name/number
-
John-Michael Reed (JIRA)
[jira] [Resolved] (SPARK-27838) Support user provided non-nullable avro schema for nullable catalyst schema without any null record
-
DB Tsai (JIRA)
[jira] [Commented] (SPARK-24149) Automatic namespaces discovery in HDFS federation
-
Dhruve Ashar (JIRA)
[jira] [Reopened] (SPARK-27831) Move Hive test jars to maven dependency
-
Dongjoon Hyun (JIRA)
Page 73 (Messages 1801 to 1825):
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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266