Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 109 (Messages 2701 to 2725):
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-5547) With assembly jar to run example throws an exception
-
meiyoula (JIRA)
[jira] [Commented] (SPARK-3039) Spark assembly for new hadoop API (hadoop 2) contains avro-mapred for hadoop 1 API
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-5615) Fix testPackage in StreamingContextSuite
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-5617) test failure of SQLQuerySuite
-
wangfei (JIRA)
[jira] [Created] (SPARK-5629) Add spark-ec2 option to return info about cluster for programmatic consumption
-
Nicholas Chammas (JIRA)
[jira] [Commented] (SPARK-5601) Make streaming algorithms Java-friendly
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-5388) Provide a stable application submission gateway in standalone cluster mode
-
Patrick Wendell (JIRA)
[jira] [Updated] (SPARK-603) add simple Counter API
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-5675) XyzType companion object should subclass XyzType
-
Reynold Xin (JIRA)
[jira] [Commented] (SPARK-5566) Tokenizer for mllib package
-
Augustin Borsu (JIRA)
[jira] [Created] (SPARK-5718) Change to native offset management for ReliableKafkaReceiver
-
Saisai Shao (JIRA)
[jira] [Updated] (SPARK-5667) Remove version from spark-ec2 example.
-
Patrick Wendell (JIRA)
[jira] [Created] (SPARK-5765) word split problem in run-example and compute-classpath
-
Venkata Ramana G (JIRA)
[jira] [Updated] (SPARK-5782) Python Worker / Pyspark Daemon Memory Issue
-
Mark Khaitman (JIRA)
[jira] [Updated] (SPARK-5762) Shuffle write time is incorrect for sort-based shuffle
-
Andrew Or (JIRA)
[jira] [Commented] (SPARK-5296) Predicate Pushdown (BaseRelation) to have an interface that will accept OR filters
-
Corey J. Nolet (JIRA)
[jira] [Updated] (SPARK-5723) Change the default file format to Parquet for CTAS statements.
-
Yin Huai (JIRA)
[jira] [Created] (SPARK-5874) How to improve the current ML pipeline API?
-
Xiangrui Meng (JIRA)
[jira] [Updated] (SPARK-4863) Suspicious exception handlers
-
Sean Owen (JIRA)
[jira] [Resolved] (SPARK-5688) Splits for Categorical Variables in DecisionTrees
-
Sean Owen (JIRA)
[jira] [Resolved] (SPARK-5852) Fail to convert a newly created empty metastore parquet table to a data source parquet table.
-
Michael Armbrust (JIRA)
[jira] [Updated] (SPARK-6003) Spark should offer a "sync" method that guarantees that RDDs are eagerly evaluated and persisted
-
Derrick Burns (JIRA)
[jira] [Commented] (SPARK-6049) HiveThriftServer2 may expose Inheritable methods
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-5081) Shuffle write increases
-
Dr. Christian Betz (JIRA)
[jira] [Created] (SPARK-6067) Spark sql hive dynamic partitions job will fail if task fails
-
Jason Hubbard (JIRA)
Page 109 (Messages 2701 to 2725):
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