Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,578 messages
org.apache.spark.issues [
All Lists
]
2015 September [
All Months
]
Page 1 (Messages 1 to 25):
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
[jira] [Updated] (SPARK-10389) support order by non-attribute grouping expression on Aggregate
-
Wenchen Fan (JIRA)
[jira] [Commented] (SPARK-9988) Create local (external) sort operator
-
Shixiong Zhu (JIRA)
[jira] [Created] (SPARK-10411) In SQL tab move visualization above explain output
-
Andrew Or (JIRA)
[jira] [Updated] (SPARK-10186) Add support for more postgres column types
-
Michael Armbrust (JIRA)
[jira] [Closed] (SPARK-6101) Create a SparkSQL DataSource API implementation for DynamoDB
-
Reynold Xin (JIRA)
[jira] [Commented] (SPARK-10493) reduceByKey not returning distinct results
-
Glenn Strycker (JIRA)
[jira] [Commented] (SPARK-9476) Kafka stream loses leader after 2h of operation
-
Tathagata Das (JIRA)
[jira] [Updated] (SPARK-10508) incorrect evaluation of searched case expression
-
N Campbell (JIRA)
[jira] [Commented] (SPARK-6724) Model import/export for FPGrowth
-
Joseph K. Bradley (JIRA)
[jira] [Assigned] (SPARK-10442) select cast('false' as boolean) returns true
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-10564) ThreadingSuite: assertions in threads don't fail the test
-
Andrew Or (JIRA)
[jira] [Commented] (SPARK-10525) Add Python example for VectorSlicer to user guide
-
Joseph K. Bradley (JIRA)
[jira] [Commented] (SPARK-7040) Explore receiver-less DStream for Flume
-
Tathagata Das (JIRA)
[jira] [Commented] (SPARK-2537) Workaround Timezone specific Hive tests
-
Yin Huai (JIRA)
[jira] [Issue Comment Deleted] (SPARK-2595) The driver run garbage collection, when the executor throws OutOfMemoryError exception
-
Maximilian Michels (JIRA)
[jira] [Resolved] (SPARK-10700) Spark R Documentation not available
-
Shivaram Venkataraman (JIRA)
[jira] [Commented] (SPARK-10733) TungstenAggregation cannot acquire page after switching to sort-based
-
Yi Zhou (JIRA)
[jira] [Resolved] (SPARK-10740) handle nondeterministic expressions correctly for set operations
-
Yin Huai (JIRA)
[jira] [Updated] (SPARK-10729) word2vec model save for python
-
Joseph K. Bradley (JIRA)
[jira] [Commented] (SPARK-10804) "LOCAL" in LOAD DATA LOCAL INPATH means "remote"
-
Marcelo Vanzin (JIRA)
[jira] [Commented] (SPARK-10390) Py4JJavaError java.lang.NoSuchMethodError: com.google.common.base.Stopwatch.elapsedMillis()J
-
Zoltán Zvara (JIRA)
[jira] [Resolved] (SPARK-10830) Install unittest-xml-reporting on Jenkins
-
shane knapp (JIRA)
[jira] [Assigned] (SPARK-10859) Predicates pushed to InmemoryColumnarTableScan are not evaluated correctly
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-10857) SQL injection bug in JdbcDialect.getTableExistsQuery()
-
Josh Rosen (JIRA)
[jira] [Commented] (SPARK-10779) Set initialModel for KMeans model in PySpark (spark.mllib)
-
Evan Chen (JIRA)
Page 1 (Messages 1 to 25):
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