Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,728 messages
org.apache.spark.issues [
All Lists
]
2016 November [
All Months
]
Page 122 (Messages 3026 to 3050):
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] [Resolved] (SPARK-18114) MesosClusterScheduler generate bad command options
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-18196) Optimise CompactBuffer implementation
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-17868) Do not use bitmasks during parsing and analysis of CUBE/ROLLUP/GROUPING SETS
-
Reynold Xin (JIRA)
[jira] [Assigned] (SPARK-18138) Remove support for Python 2.6, Hadoop 2.6-, Java 7, and Scala 2.10
-
Apache Spark (JIRA)
[jira] [Comment Edited] (SPARK-14195) Error: org.apache.spark.sql.AnalysisException: cannot recognize input near 'select' 'MAC' 'from' in expression specification; line 1 pos 16 (state=,code=0)
-
Hyukjin Kwon (JIRA)
[jira] [Commented] (SPARK-18254) UDFs don't see aliased column names
-
Herman van Hovell (JIRA)
[jira] [Closed] (SPARK-18265) Update R vignettes and programming guide for 2.1.0 release
-
Felix Cheung (JIRA)
[jira] [Commented] (SPARK-17822) JVMObjectTracker.objMap may leak JVM objects
-
Shivaram Venkataraman (JIRA)
[jira] [Updated] (SPARK-18325) R Examples: Check for new R APIs requiring example code in 2.1
-
Joseph K. Bradley (JIRA)
[jira] [Created] (SPARK-18387) Test that expressions can be serialized
-
Ryan Blue (JIRA)
[jira] [Resolved] (SPARK-18368) Regular expression replace throws NullPointerException when serialized
-
Yin Huai (JIRA)
[jira] [Updated] (SPARK-18408) API Improvements for LSH
-
Yun Ni (JIRA)
[jira] [Commented] (SPARK-18415) Weird Plan Output when CTE used in RunnableCommand
-
Apache Spark (JIRA)
[jira] [Assigned] (SPARK-18456) Use matrix abstraction for LogisitRegression coefficients during training
-
Apache Spark (JIRA)
[jira] [Comment Edited] (SPARK-17977) DataFrameReader and DataStreamReader should have an ancestor class
-
Herman van Hovell (JIRA)
[jira] [Updated] (SPARK-18497) ForeachSink fails with "assertion failed: No plan for EventTimeWatermark"
-
Michael Armbrust (JIRA)
[jira] [Assigned] (SPARK-18521) Add `NoRedundantStringInterpolator` Scala rule
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-18537) Add a REST api to spark streaming
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-18073) Migrate wiki to spark.apache.org web site
-
Sean Owen (JIRA)
[jira] [Closed] (SPARK-18169) Suppress warnings when dropping views on a dropped table
-
Dongjoon Hyun (JIRA)
[jira] [Updated] (SPARK-18581) MultivariateGaussian does not check if covariance matrix is invertible
-
Hao Ren (JIRA)
[jira] [Assigned] (SPARK-18527) UDAFPercentile (bigint, array<double>) needs explicity cast to double
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-14543) SQL/Hive insertInto has unexpected results
-
Reynold Xin (JIRA)
[jira] [Assigned] (SPARK-18645) spark-daemon.sh arguments error lead to throws Unrecognized option
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-18648) spark-shell --jars option does not add jars to classpath on windows
-
Michel Lemay (JIRA)
Page 122 (Messages 3026 to 3050):
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