Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,728 messages
org.apache.spark.issues [
All Lists
]
2016 November [
All Months
]
Page 55 (Messages 1351 to 1375):
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] [Closed] (SPARK-16756) Add `sql` function to LogicalPlan and `NonSQLPlan` trait
-
Reynold Xin (JIRA)
[jira] [Created] (SPARK-18216) Make Column.expr public
-
Reynold Xin (JIRA)
[jira] [Commented] (SPARK-16808) History Server main page does not honor APPLICATION_WEB_PROXY_BASE
-
Vinayak Joshi (JIRA)
[jira] [Updated] (SPARK-17692) Document ML/MLlib behavior changes in Spark 2.1
-
Yanbo Liang (JIRA)
[jira] [Closed] (SPARK-14922) Alter Table Drop Partition Using Predicate-based Partition Spec
-
Xiao Li (JIRA)
[jira] [Updated] (SPARK-18185) Should fix INSERT OVERWRITE TABLE of Datasource tables with dynamic partitions
-
Eric Liang (JIRA)
[jira] [Commented] (SPARK-18226) SparkR displaying vector columns in incorrect way
-
Felix Cheung (JIRA)
[jira] [Resolved] (SPARK-17904) Add a wrapper function to install R packages on each executors.
-
Yanbo Liang (JIRA)
[jira] [Commented] (SPARK-18332) SparkR 2.1 QA: Programming guide update and migration guide
-
Joseph K. Bradley (JIRA)
[jira] [Closed] (SPARK-12998) Enable OrcRelation when connecting via spark thrift server
-
Dongjoon Hyun (JIRA)
[jira] [Created] (SPARK-18396) "Duration" column makes search result confused, maybe we should make it unsearchable
-
Tao Wang (JIRA)
[jira] [Commented] (SPARK-18274) Memory leak in PySpark StringIndexer
-
Apache Spark (JIRA)
[jira] [Comment Edited] (SPARK-18367) DataFrame join spawns unreasonably high number of open files
-
Nicholas Chammas (JIRA)
[jira] [Resolved] (SPARK-18472) ALS Rating to support string product and user keys
-
Sean Owen (JIRA)
[jira] [Resolved] (SPARK-18464) Spark SQL fails to load tables created without providing a schema
-
Reynold Xin (JIRA)
[jira] [Commented] (SPARK-18475) Be able to provide higher parallelization for StructuredStreaming Kafka Source
-
Burak Yavuz (JIRA)
[jira] [Resolved] (SPARK-18321) ML 2.1 QA: API: Java compatibility, docs
-
Joseph K. Bradley (JIRA)
[jira] [Comment Edited] (SPARK-18515) AlterTableDropPartitions fails for non-string columns
-
Dongjoon Hyun (JIRA)
[jira] [Resolved] (SPARK-18524) Cannot create dataframe on jdbc data source from spark 2.0.2
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-18533) Raise correct error upon specification of schema for datasource tables created through CTAS
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-18542) spark fails to substitute variables in maven package dependencies
-
Christoph Hösler (JIRA)
[jira] [Assigned] (SPARK-17251) "ClassCastException: OuterReference cannot be cast to NamedExpression" for correlated subquery on the RHS of an IN operator
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-18541) Add pyspark.sql.Column.aliasWithMetadata to allow dynamic metadata management in pyspark SQL API
-
holdenk (JIRA)
[jira] [Resolved] (SPARK-18503) Pre 2.0 spark driver/executor memory default unit is bytes, post 2.0 default unit is MB
-
Sean Owen (JIRA)
[jira] [Comment Edited] (SPARK-18651) KeyValueGroupedDataset[K, V].reduceGroups cannot handle primitive for V
-
koert kuipers (JIRA)
Page 55 (Messages 1351 to 1375):
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