Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 79 (Messages 1951 to 1975):
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-5571) LDA should handle text as well
-
Joseph K. Bradley (JIRA)
[jira] [Updated] (SPARK-4941) Yarn cluster mode does not upload all needed jars to driver node (Spark 1.2.0)
-
Sean Owen (JIRA)
[jira] [Resolved] (SPARK-5191) Pyspark: scheduler hangs when importing a standalone pyspark app
-
Josh Rosen (JIRA)
[jira] [Updated] (SPARK-4808) Spark fails to spill with small number of large objects
-
Nicholas Chammas (JIRA)
[jira] [Updated] (SPARK-1715) Ensure actor is self-contained in DAGScheduler
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-4161) Spark shell class path is not correctly set if "spark.driver.extraClassPath" is set in defaults.conf
-
Andrew Or (JIRA)
[jira] [Commented] (SPARK-4208) stack over flow error while using sqlContext.sql
-
seekerak (JIRA)
[jira] [Commented] (SPARK-5296) Predicate Pushdown (BaseRelation) to have an interface that will accept OR filters
-
Michael Armbrust (JIRA)
[jira] [Created] (SPARK-5824) CTAS should set null format in hive-0.13.1
-
Adrian Wang (JIRA)
[jira] [Comment Edited] (SPARK-5820) Example does not work when using SOCKS proxy
-
Eric O. LEBIGOT (EOL) (JIRA)
[jira] [Updated] (SPARK-3863) Cache broadcasted tables and reuse them across queries
-
Michael Armbrust (JIRA)
[jira] [Resolved] (SPARK-5862) Only transformUp the given plan once in HiveMetastoreCatalog
-
Michael Armbrust (JIRA)
[jira] [Created] (SPARK-5891) Add Binarizer
-
Xiangrui Meng (JIRA)
[jira] [Updated] (SPARK-5953) NoSuchMethodException with a Kafka input stream and custom decoder in Scala
-
Aleksandar Stojadinovic (JIRA)
[jira] [Updated] (SPARK-4144) Support incremental model training of Naive Bayes classifier
-
Xiangrui Meng (JIRA)
[jira] [Updated] (SPARK-5272) Refactor NaiveBayes to support discrete and continuous labels,features
-
Xiangrui Meng (JIRA)
[jira] [Commented] (SPARK-5953) NoSuchMethodException with a Kafka input stream and custom decoder in Scala
-
Saisai Shao (JIRA)
[jira] [Commented] (SPARK-5974) Add save/load to examples in ML guide
-
Apache Spark (JIRA)
[jira] [Closed] (SPARK-5405) Spark clusterer should support high dimensional data
-
Derrick Burns (JIRA)
[jira] [Commented] (SPARK-5854) Implement Personalized PageRank with GraphX
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-6022) GraphX `diff` test incorrectly operating on values (not VertexId's)
-
Brennon York (JIRA)
[jira] [Commented] (SPARK-4320) JavaPairRDD should supply a saveAsNewHadoopDataset which takes a Job object
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-5508) [hive context] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
-
Yin Huai (JIRA)
[jira] [Resolved] (SPARK-6033) the description abou the "spark.worker.cleanup.enabled" is not matched with the code
-
Sean Owen (JIRA)
Page 79 (Messages 1951 to 1975):
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