Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 179 (Messages 4451 to 4475):
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] [Issue Comment Deleted] (SPARK-5510) How can I fix the spark-submit script and then running the program on cluster ?
-
hash-x (JIRA)
[jira] [Created] (SPARK-5521) PCA wrapper for easy transform vectors
-
Kirill A. Korinskiy (JIRA)
[jira] [Updated] (SPARK-5426) SQL Java API helper methods
-
Michael Armbrust (JIRA)
[jira] [Updated] (SPARK-5588) support select/filter by SQL expression for Python DataFrame
-
Reynold Xin (JIRA)
[jira] [Commented] (SPARK-5480) GraphX pageRank: java.lang.ArrayIndexOutOfBoundsException:
-
Takeshi Yamamuro (JIRA)
[jira] [Resolved] (SPARK-5474) curl should support URL redirection in build/mvn
-
Patrick Wendell (JIRA)
[jira] [Created] (SPARK-5664) Restore stty settings when exiting for launching spark-shell from SBT
-
Liang-Chi Hsieh (JIRA)
[jira] [Commented] (SPARK-5688) Splits for Categorical Variables in DecisionTrees
-
Apache Spark (JIRA)
[jira] [Resolved] (SPARK-5699) Thrift server test suites are not executed even if SQL code is touched
-
Cheng Lian (JIRA)
[jira] [Commented] (SPARK-5081) Shuffle write increases
-
Kevin Jung (JIRA)
[jira] [Created] (SPARK-5746) INSERT OVERWRITE throws FileNotFoundException when the source and destination point to the same table.
-
Cheng Lian (JIRA)
[jira] [Commented] (SPARK-5766) Slow RowMatrix multiplication
-
Sean Owen (JIRA)
[jira] [Created] (SPARK-5772) spark-submit --driver-memory not correctly taken into account
-
Guillaume Charhon (JIRA)
[jira] [Resolved] (SPARK-5730) Group methods in the generated doc for spark.ml algorithms.
-
Xiangrui Meng (JIRA)
[jira] [Commented] (SPARK-5791) [Spark SQL] show poor performance when multiple table do join operation
-
Yi Zhou (JIRA)
[jira] [Commented] (SPARK-5824) CTAS should set null format in hive-0.13.1
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-4689) Unioning 2 SchemaRDDs should return a SchemaRDD in Python, Scala, and Java
-
Michael Armbrust (JIRA)
[jira] [Commented] (SPARK-5861) [yarn-client mode] Application master should not use memory = spark.driver.memory
-
Shekhar Bansal (JIRA)
[jira] [Commented] (SPARK-5902) PipelineStage.transformSchema should be protected, not private
-
Apache Spark (JIRA)
[jira] [Resolved] (SPARK-5889) remove pid file in spark-daemon.sh after killing the process.
-
Sean Owen (JIRA)
[jira] [Closed] (SPARK-1418) Python MLlib's _get_unmangled_rdd should uncache RDDs when training is done
-
Xiangrui Meng (JIRA)
[jira] [Commented] (SPARK-4144) Support incremental model training of Naive Bayes classifier
-
Xiangrui Meng (JIRA)
[jira] [Created] (SPARK-5971) Add support for launching Spark-on-Mesos clusters to spark-ec2
-
Nicholas Chammas (JIRA)
[jira] [Resolved] (SPARK-3687) Spark hang while processing more than 100 sequence files
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-6047) pyspark - class loading on driver failing with --jars and --packages
-
Burak Yavuz (JIRA)
Page 179 (Messages 4451 to 4475):
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