Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 124 (Messages 3076 to 3100):
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-5425) ConcurrentModificationException during SparkConf creation
-
Josh Rosen (JIRA)
[jira] [Closed] (SPARK-3505) Augmenting SparkStreaming updateStateByKey API with timestamp
-
Xi Liu (JIRA)
[jira] [Assigned] (SPARK-4550) In sort-based shuffle, store map outputs in serialized form
-
Sandy Ryza (JIRA)
[jira] [Commented] (SPARK-4877) userClassPathFirst doesn't handle user classes inheriting from parent
-
holdenk (JIRA)
[jira] [Resolved] (SPARK-4877) userClassPathFirst doesn't handle user classes inheriting from parent
-
Josh Rosen (JIRA)
[jira] [Updated] (SPARK-5657) Add PySpark Avro Output Format example
-
Stanislav Los (JIRA)
[jira] [Updated] (SPARK-888) Killing jobs on standalone cluster
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-5613) YarnClientSchedulerBackend fails to get application report when yarn restarts
-
Andrew Or (JIRA)
[jira] [Updated] (SPARK-4382) Add locations parameter to Twitter Stream
-
Patrick Wendell (JIRA)
[jira] [Commented] (SPARK-5778) Throw if nonexistent "spark.metrics.conf" file is provided
-
Apache Spark (JIRA)
[jira] [Comment Edited] (SPARK-5296) Predicate Pushdown (BaseRelation) to have an interface that will accept OR filters
-
Corey J. Nolet (JIRA)
[jira] [Updated] (SPARK-5166) Stabilize Spark SQL APIs
-
Reynold Xin (JIRA)
[jira] [Comment Edited] (SPARK-5820) Example does not work when using SOCKS proxy
-
Eric O. LEBIGOT (EOL) (JIRA)
[jira] [Resolved] (SPARK-1670) PySpark Fails to Create SparkContext Due To Debugging Options in conf/java-opts
-
Josh Rosen (JIRA)
[jira] [Updated] (SPARK-4852) Hive query plan deserialization failure caused by shaded hive-exec jar file when generating golden answers
-
Michael Armbrust (JIRA)
[jira] [Updated] (SPARK-5749) Fix Bash word splitting bugs in compute-classpath.sh
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-5016) GaussianMixtureEM should distribute matrix inverse for large numFeatures, k
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-5866) pyspark read from s3
-
venu k tangirala (JIRA)
[jira] [Commented] (SPARK-5881) RDD remains cached after the table gets overridden by "CACHE TABLE"
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-5946) Add Python API for Kafka direct stream
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-5999) Remove duplicate Literal matching block
-
Liang-Chi Hsieh (JIRA)
[jira] [Created] (SPARK-6002) MLLIB should support the RandomIndexing transform
-
Derrick Burns (JIRA)
[jira] [Commented] (SPARK-5940) Graph Loader: refactor + add more formats
-
Takeshi Yamamuro (JIRA)
[jira] [Updated] (SPARK-5363) Spark 1.2 freeze without error notification
-
Davies Liu (JIRA)
[jira] [Updated] (SPARK-6027) Make KafkaUtils work in Python with kafka-assembly provided as --jar or maven package provided as --packages
-
Tathagata Das (JIRA)
Page 124 (Messages 3076 to 3100):
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