Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,728 messages
org.apache.spark.issues [
All Lists
]
2016 November [
All Months
]
Page 62 (Messages 1526 to 1550):
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] [Assigned] (SPARK-18198) Highlight code snippets for Streaming integretion docs
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-18189) task not serializable with groupByKey() + mapGroups() + map
-
Reynold Xin (JIRA)
[jira] [Commented] (SPARK-17935) Add KafkaForeachWriter in external kafka-0.8.0 for structured streaming module
-
zhangxinyu (JIRA)
[jira] [Commented] (SPARK-12261) pyspark crash for large dataset
-
Oleh Koval (JIRA)
[jira] [Reopened] (SPARK-10912) Improve Spark metrics executor.filesystem
-
Yongjia Wang (JIRA)
[jira] [Assigned] (SPARK-18286) Add Scala/Java/Python examples for MinHash and RandomProjection
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-18293) Spark Kinesis Streaming exits on NoSuchMethodError
-
Alan Roche (JIRA)
[jira] [Commented] (SPARK-18337) Memory Sink should be able to recover from checkpoints in Complete OutputMode
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-16317) Add file filtering interface for FileFormat
-
Reynold Xin (JIRA)
[jira] [Resolved] (SPARK-18263) Configuring spark.kryo.registrator programmatically doesn't take effect
-
Sean Owen (JIRA)
[jira] [Assigned] (SPARK-18385) Make the transformer's natively in ml framework to avoid extra conversion
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-18368) Regular expression replace throws NullPointerException when serialized
-
Yin Huai (JIRA)
[jira] [Commented] (SPARK-18004) DataFrame filter Predicate push-down fails for Oracle Timestamp type columns
-
Herman van Hovell (JIRA)
[jira] [Commented] (SPARK-17977) DataFrameReader and DataStreamReader should have an ancestor class
-
Michael Armbrust (JIRA)
[jira] [Assigned] (SPARK-18448) SparkSession should implement java.lang.AutoCloseable like JavaSparkContext
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-18504) Scalar subquery with extra group by columns returning incorrect result
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-18580) Use spark.streaming.backpressure.initialRate in DirectKafkaInputDStream
-
Oleg Muravskiy (JIRA)
[jira] [Created] (SPARK-18581) MultivariateGaussian returns pdf value larger than 1
-
Hao Ren (JIRA)
[jira] [Assigned] (SPARK-18590) R - Include package vignettes and help pages, build source package in Spark distribution
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-18599) Add the Spectral LDA algorithm
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-18597) Do not push down filters for LEFT ANTI JOIN
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-18498) Clean up HDFSMetadataLog API for better testing
-
Michael Armbrust (JIRA)
[jira] [Assigned] (SPARK-17680) Unicode Character Support for Column Names and Comments
-
Xiao Li (JIRA)
[jira] [Commented] (SPARK-16986) "Started" time, "Completed" time and "Last Updated" time in history server UI are not user local time
-
Denis Bolshakov (JIRA)
[jira] [Assigned] (SPARK-18639) Build only a single pip package
-
Apache Spark (JIRA)
Page 62 (Messages 1526 to 1550):
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