Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 130 (Messages 3226 to 3250):
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] [Commented] (SPARK-5510) How can I fix the spark-submit script and then running the program on cluster ?
-
hash-x (JIRA)
[jira] [Resolved] (SPARK-5465) Data source version of Parquet doesn't push down And filters properly
-
Michael Armbrust (JIRA)
[jira] [Resolved] (SPARK-4508) Native Date type for SQL92 Date
-
Michael Armbrust (JIRA)
[jira] [Closed] (SPARK-5475) Java 8 tests are like maintenance overhead.
-
Reynold Xin (JIRA)
[jira] [Created] (SPARK-5551) Create type alias for SchemaRDD to maintain source compatibility
-
Reynold Xin (JIRA)
[jira] [Commented] (SPARK-5420) Cross-langauge load/store functions for creating and saving DataFrames
-
Yin Huai (JIRA)
[jira] [Commented] (SPARK-5388) Provide a stable application submission gateway in standalone cluster mode
-
Patrick Wendell (JIRA)
[jira] [Commented] (SPARK-5633) pyspark saveAsTextFile support for compression codec
-
Vladimir Vladimirov (JIRA)
[jira] [Resolved] (SPARK-5531) Spark download .tgz file does not get unpacked
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-2064) web ui should not remove executors if they are dead
-
Nicholas Chammas (JIRA)
[jira] [Commented] (SPARK-4550) In sort-based shuffle, store map outputs in serialized form
-
Sandy Ryza (JIRA)
[jira] [Updated] (SPARK-2996) Standalone and Yarn have different settings for adding the user classpath first
-
Andrew Or (JIRA)
[jira] [Created] (SPARK-5682) Reuse hadoop encrypted shuffle algorithm to enable spark encrypted shuffle
-
liyunzhang_intel (JIRA)
[jira] [Created] (SPARK-5687) in TaskResultGetter need to catch OutOfMemoryError and report failed when it cannot fetch results.
-
Lianhui Wang (JIRA)
[jira] [Commented] (SPARK-5700) Bump jets3t version from 0.9.2 to 0.9.3 in hadoop-2.3 and hadoop-2.4 profiles
-
Cheng Lian (JIRA)
[jira] [Created] (SPARK-5767) Migrate Parquet data source to the write support of data source API
-
Cheng Lian (JIRA)
[jira] [Created] (SPARK-5795) api.java.JavaPairDStream.saveAsNewAPIHadoopFiles may not friendly to java
-
Littlestar (JIRA)
[jira] [Created] (SPARK-5797) ClassCastException when using BinaryType field in schemardd
-
Dirceu Semighini Filho (JIRA)
[jira] [Resolved] (SPARK-5227) InputOutputMetricsSuite "input metrics when reading text file with multiple splits" test fails in branch-1.2 SBT Jenkins build w/hadoop1.0 and hadoop2.0 profiles
-
Patrick Wendell (JIRA)
[jira] [Commented] (SPARK-5816) Add huge backward compatibility warning in DriverWrapper
-
Apache Spark (JIRA)
[jira] [Closed] (SPARK-5963) [MLLIB] Python support for Power Iteration Clustering
-
Joseph K. Bradley (JIRA)
[jira] [Commented] (SPARK-5845) Time to cleanup spilled shuffle files not included in shuffle write time
-
Kay Ousterhout (JIRA)
[jira] [Created] (SPARK-6051) Add an option for DirectKafkaInputDStream to commit the offsets into ZK
-
Saisai Shao (JIRA)
[jira] [Commented] (SPARK-869) Retrofit rest of RDD api to use proper serializer type
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-5981) pyspark ML models should support predict/transform on vector within map
-
Joseph K. Bradley (JIRA)
Page 130 (Messages 3226 to 3250):
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