Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,728 messages
org.apache.spark.issues [
All Lists
]
2016 November [
All Months
]
Page 168 (Messages 4176 to 4200):
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-16412) Generate Java code that gets an array in each column of CachedBatch when DataFrame.cache() is called
-
Reynold Xin (JIRA)
[jira] [Updated] (SPARK-15799) Release SparkR on CRAN
-
Reynold Xin (JIRA)
[jira] [Commented] (SPARK-17982) Spark 2.0.0 CREATE VIEW statement fails :: java.lang.RuntimeException: Failed to analyze the canonicalized SQL. It is possible there is a bug in Spark.
-
Franck Tago (JIRA)
[jira] [Commented] (SPARK-18107) Insert overwrite statement runs much slower in spark-sql than it does in hive-client
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-17822) JVMObjectTracker.objMap may leak JVM objects
-
Yin Huai (JIRA)
[jira] [Commented] (SPARK-18277) na.fill() and friends should work on struct fields
-
Nicholas Chammas (JIRA)
[jira] [Resolved] (SPARK-18307) CLONE - Support model save/load in Python's linear models
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-18325) SparkR 2.1 QA: Check for new R APIs requiring example code
-
Joseph K. Bradley (JIRA)
[jira] [Resolved] (SPARK-15406) Structured streaming support for consuming from Kafka
-
Michael Armbrust (JIRA)
[jira] [Commented] (SPARK-18388) Running aggregation on many columns throws SOE
-
Herman van Hovell (JIRA)
[jira] [Closed] (SPARK-16605) Spark2.0 cannot "select" data from a table stored as an orc file which has been created by hive while hive or spark1.6 supports
-
Wenchen Fan (JIRA)
[jira] [Updated] (SPARK-14508) Add a new ScalaStyle Rule `OmitBracesInCase`
-
Dongjoon Hyun (JIRA)
[jira] [Updated] (SPARK-18399) Examples in SparkSQL/DataFrame fails with default configuration
-
Tsuyoshi Ozawa (JIRA)
[jira] [Updated] (SPARK-18416) State Store leaks temporary files
-
Sean Owen (JIRA)
[jira] [Comment Edited] (SPARK-18374) Incorrect words in StopWords/english.txt
-
yuhao yang (JIRA)
[jira] [Commented] (SPARK-18050) spark 2.0.1 enable hive throw AlreadyExistsException(message:Database default already exists)
-
todd.chen (JIRA)
[jira] [Commented] (SPARK-18475) Be able to provide higher parallelization for StructuredStreaming Kafka Source
-
Cody Koeninger (JIRA)
[jira] [Commented] (SPARK-18497) ForeachSink fails with "assertion failed: No plan for EventTimeWatermark"
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-18188) Add checksum for block of broadcast
-
Davies Liu (JIRA)
[jira] [Assigned] (SPARK-18551) Add functionality to delete event logs from the History Server UI
-
Apache Spark (JIRA)
[jira] [Comment Edited] (SPARK-18581) MultivariateGaussian does not check if covariance matrix is invertible
-
Hao Ren (JIRA)
[jira] [Updated] (SPARK-18603) Support `OuterReference` in projection list of IN correlated subqueries
-
Dongjoon Hyun (JIRA)
[jira] [Commented] (SPARK-18220) ClassCastException occurs when using select query on ORC file
-
Wenchen Fan (JIRA)
[jira] [Commented] (SPARK-18599) Add the Spectral LDA algorithm
-
Joseph K. Bradley (JIRA)
[jira] [Assigned] (SPARK-18654) JacksonParser.makeRootConverter has effectively unreachable code
-
Apache Spark (JIRA)
Page 168 (Messages 4176 to 4200):
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