Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 30 (Messages 726 to 750):
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
[jira] [Updated] (SPARK-5526) expression [date '2011-01-01' = cast(timestamp('2011-01-01 23:24:25') as date)] return false
-
xukun (JIRA)
[jira] [Updated] (SPARK-5180) Data source API improvement
-
Michael Armbrust (JIRA)
[jira] [Commented] (SPARK-3778) newAPIHadoopRDD doesn't properly pass credentials for secure hdfs on yarn
-
Patrick Wendell (JIRA)
[jira] [Resolved] (SPARK-5012) Python API for Gaussian Mixture Model
-
Xiangrui Meng (JIRA)
[jira] [Commented] (SPARK-5520) Make FP-Growth implementation take generic item types
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-4868) Twitter DStream.map() throws "Task not serializable"
-
Nicholas Chammas (JIRA)
[jira] [Updated] (SPARK-5602) Better support for creating DataFrame from local data collection
-
Reynold Xin (JIRA)
[jira] [Updated] (SPARK-3603) InvalidClassException on a Linux VM - probably problem with serialization
-
Sean Owen (JIRA)
[jira] [Closed] (SPARK-5667) Remove version from spark-ec2 example.
-
Miguel Peralvo (JIRA)
[jira] [Updated] (SPARK-5155) Python API for MQTT streaming
-
Tathagata Das (JIRA)
[jira] [Created] (SPARK-5730) Group methods in the generated doc for spark.ml algorithms.
-
Xiangrui Meng (JIRA)
[jira] [Updated] (SPARK-5732) Add a option to print the spark version in spark script
-
uncleGen (JIRA)
[jira] [Created] (SPARK-5738) [SQL] Reuse mutable row for each record at jsonStringToRow
-
Yanbo Liang (JIRA)
[jira] [Commented] (SPARK-5759) ExecutorRunnable should catch YarnException while NMClient start container
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-5762) Shuffle write time is incorrect for sort-based shuffle
-
Kay Ousterhout (JIRA)
[jira] [Updated] (SPARK-5529) BlockManager heartbeat expiration does not kill executor
-
Andrew Or (JIRA)
[jira] [Resolved] (SPARK-5679) Flaky tests in InputOutputMetricsSuite: input metrics with interleaved reads and input metrics with mixed read method
-
Patrick Wendell (JIRA)
[jira] [Commented] (SPARK-3203) ClassNotFoundException in spark-shell with Cassandra
-
Lishu Liu (JIRA)
[jira] [Commented] (SPARK-4395) Running a Spark SQL SELECT command from PySpark causes a hang for ~ 1 hour
-
Davies Liu (JIRA)
[jira] [Commented] (SPARK-5005) Failed to start spark-shell when using yarn-client mode with the Spark1.2.0
-
anuj (JIRA)
[jira] [Created] (SPARK-5893) Add Bucketizer
-
Xiangrui Meng (JIRA)
[jira] [Updated] (SPARK-5949) Driver program has to register roaring bitmap classes used by spark with Kryo when number of partitions is greater than 2000
-
Sean Owen (JIRA)
[jira] [Comment Edited] (SPARK-5950) Arrays and Maps stored with Hive Parquet Serde may not be able to read by the Parquet support in the Data Souce API
-
Yin Huai (JIRA)
[jira] [Resolved] (SPARK-6042) spark-submit giving Exception in thread "main" java.lang.NoSuchMethodError: org.apache.spark.sql.hive.HiveContext.sql(Ljava/lang/String;)Lorg/apache/spark/sql/SchemaRDD;
-
Sean Owen (JIRA)
[jira] [Created] (SPARK-6087) Provide actionable exception if Kryo buffer is not large enough
-
Patrick Wendell (JIRA)
Page 30 (Messages 726 to 750):
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