Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,728 messages
org.apache.spark.issues [
All Lists
]
2016 November [
All Months
]
Page 6 (Messages 126 to 150):
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-17459) Add Linear Discriminant to dimensionality reduction algorithms
-
Joseph K. Bradley (JIRA)
[jira] [Updated] (SPARK-17834) Fetch the earliest offsets manually in KafkaSource instead of counting on KafkaConsumer
-
Michael Armbrust (JIRA)
[jira] [Created] (SPARK-18255) SQLContext.getOrCreate always returns a SQLContext even if a user originally created a HiveContext
-
Yin Huai (JIRA)
[jira] [Resolved] (SPARK-18303) CLONE - Improving MLlib optimization APIs
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-18298) HistoryServer use GMT time all time
-
Tao Wang (JIRA)
[jira] [Created] (SPARK-18359) No option in read csv for other decimal delimiter than dot
-
yannick Radji (JIRA)
[jira] [Commented] (SPARK-18390) Optimized plan tried to use Cartesian join when it is not enabled
-
Yin Huai (JIRA)
[jira] [Commented] (SPARK-17916) CSV data source treats empty string as null no matter what nullValue option is
-
Eric Liang (JIRA)
[jira] [Updated] (SPARK-14830) Add RemoveRepetitionFromGroupExpressions optimizer
-
Dongjoon Hyun (JIRA)
[jira] [Resolved] (SPARK-18228) Enhance visibility of Spark wiki
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-18381) Wrong date conversion between spark and python for dates before 1583
-
Sandeep Singh (JIRA)
[jira] [Resolved] (SPARK-18060) Avoid unnecessary standardization in multinomial logistic regression training
-
DB Tsai (JIRA)
[jira] [Commented] (SPARK-18413) Add a property to control the number of partitions when save a jdbc rdd
-
Apache Spark (JIRA)
[jira] [Resolved] (SPARK-18393) DataFrame pivot output column names should respect aliases
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-18510) Partition schema inference corrupts data
-
Burak Yavuz (JIRA)
[jira] [Assigned] (SPARK-12978) Skip unnecessary final group-by when input data already clustered with group-by keys
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-18567) Simplify CreateDataSourceTableAsSelectCommand
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-18586) netty-3.8.0.Final.jar has vulnerability CVE-2014-3488 and CVE-2014-0193
-
meiyoula (JIRA)
[jira] [Updated] (SPARK-18581) MultivariateGaussian does not check if covariance matrix is invertible
-
Hao Ren (JIRA)
[jira] [Created] (SPARK-18593) Unable to use filter function if the data length is one.
-
Durga Prasad Gunturu (JIRA)
[jira] [Commented] (SPARK-18551) Add functionality to delete event logs from the History Server UI
-
Alex Bozarth (JIRA)
[jira] [Commented] (SPARK-18551) Add functionality to delete event logs from the History Server UI
-
Marcelo Vanzin (JIRA)
[jira] [Created] (SPARK-18654) JacksonParser.makeRootConverter has effectively unreachable code
-
Nathan Howell (JIRA)
[jira] [Updated] (SPARK-18563) mapWithState: initialState should have a timeout setting per record
-
Shixiong Zhu (JIRA)
[jira] [Created] (SPARK-18659) Crash in overwrite table partitions due to hive metastore integration
-
Eric Liang (JIRA)
Page 6 (Messages 126 to 150):
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