Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,728 messages
org.apache.spark.issues [
All Lists
]
2016 November [
All Months
]
Page 113 (Messages 2801 to 2825):
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-18005) optional binary Dataframe Column throws (UTF8) is not a group while loading a Dataframe
-
ABHISHEK CHOUDHARY (JIRA)
[jira] [Assigned] (SPARK-18219) Move commit protocol API from sql to core module
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-18236) Reduce memory usage of Spark UI and HistoryServer by reducing duplicate objects
-
Josh Rosen (JIRA)
[jira] [Resolved] (SPARK-14319) Speed up group-by aggregates
-
Sameer Agarwal (JIRA)
[jira] [Updated] (SPARK-17497) Preserve order when scanning ordered buckets over multiple partitions
-
Reynold Xin (JIRA)
[jira] [Updated] (SPARK-18280) Potential deadlock in `StandaloneSchedulerBackend.dead`
-
Shixiong Zhu (JIRA)
[jira] [Commented] (SPARK-10523) SparkR formula syntax to turn strings/factors into numerics
-
Vincent Warmerdam (JIRA)
[jira] [Commented] (SPARK-13534) Implement Apache Arrow serializer for Spark DataFrame for use in DataFrame.toPandas
-
Bryan Cutler (JIRA)
[jira] [Commented] (SPARK-18209) More robust view canonicalization without full SQL expansion
-
Xiao Li (JIRA)
[jira] [Commented] (SPARK-18057) Update structured streaming kafka from 10.0.1 to 10.1.0
-
Ofir Manor (JIRA)
[jira] [Commented] (SPARK-18392) LSH API, algorithm, and documentation follow-ups
-
Yun Ni (JIRA)
[jira] [Created] (SPARK-18406) Race between end-of-task and completion iterator read lock release
-
Josh Rosen (JIRA)
[jira] [Assigned] (SPARK-18387) Test that expressions can be serialized
-
Apache Spark (JIRA)
[jira] [Issue Comment Deleted] (SPARK-18413) Add a property to control the number of partitions when save a jdbc rdd
-
lichenglin (JIRA)
[jira] [Closed] (SPARK-18050) spark 2.0.1 enable hive throw AlreadyExistsException(message:Database default already exists)
-
Wenchen Fan (JIRA)
[jira] [Commented] (SPARK-18443) spark leak memeory and led to OOM
-
KaiXu (JIRA)
[jira] [Comment Edited] (SPARK-18455) General support for subquery processing
-
Nattavut Sutyanyong (JIRA)
[jira] [Updated] (SPARK-18473) Correctness issue in INNER join result with window functions
-
peay (JIRA)
[jira] [Commented] (SPARK-9478) Add class weights to Random Forest
-
German Eduardo Melo (JIRA)
[jira] [Commented] (SPARK-18447) Fix `Note:`/`NOTE:`/`Note that` across Python API documentation
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-18516) Separate instantaneous state from progress performance statistics
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-18513) Record and recover watermark
-
Michael Armbrust (JIRA)
[jira] [Updated] (SPARK-17732) ALTER TABLE DROP PARTITION should support comparators
-
Wenchen Fan (JIRA)
[jira] [Updated] (SPARK-18481) ML 2.1 QA: Remove deprecated methods for ML
-
Joseph K. Bradley (JIRA)
[jira] [Commented] (SPARK-17583) Remove unused rowSeparator variable and set auto-expanding buffer as default for maxCharsPerColumn option in CSV
-
Hyukjin Kwon (JIRA)
Page 113 (Messages 2801 to 2825):
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