Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 94 (Messages 2326 to 2350):
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-3267) Deadlock between ScalaReflectionLock and Data type initialization
-
Michael Armbrust (JIRA)
[jira] [Updated] (SPARK-4526) Gradient should be added batch computing interface
-
Xiangrui Meng (JIRA)
[jira] [Updated] (SPARK-5551) Create type alias for SchemaRDD for source backward compatibility
-
Reynold Xin (JIRA)
[jira] [Resolved] (SPARK-5547) With assembly jar to run example throws an exception
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-3365) Failure to save Lists to Parquet
-
Joseph K. Bradley (JIRA)
[jira] [Commented] (SPARK-5598) Model import/export for ALS
-
Xiangrui Meng (JIRA)
[jira] [Resolved] (SPARK-4360) task only execute on one node when spark on yarn
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-5660) Local Matrix apply should be public
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-3153) shuffle will run out of space when disks have different free space
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-5716) Support TOK_CHARSETLITERAL in HiveQl
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-5522) Accelerate the Histroty Server start
-
Liangliang Gu (JIRA)
[jira] [Updated] (SPARK-5861) [yarn-client mode] Application master should not use memory = spark.driver.memory
-
Shekhar Bansal (JIRA)
[jira] [Commented] (SPARK-5861) [yarn-client mode] Application master should not use memory = spark.driver.memory
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-5871) Explain in python should output using python
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-4941) Yarn cluster mode does not upload all needed jars to driver node (Spark 1.2.0)
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-5825) Failure stopping Services while command line argument is too long
-
Andrew Or (JIRA)
[jira] [Commented] (SPARK-5912) Programming guide for feature selection
-
Alexander Ulanov (JIRA)
[jira] [Updated] (SPARK-3249) Fix links in ScalaDoc that cause warning messages in `sbt/sbt unidoc`
-
Xiangrui Meng (JIRA)
[jira] [Resolved] (SPARK-911) Support map pruning on sorted (K, V) RDD's
-
Josh Rosen (JIRA)
[jira] [Closed] (SPARK-4956) Vector Initialization error when initialize a Sparse Vector by calling Vectors.sparse(size, indices, values)
-
Xiangrui Meng (JIRA)
[jira] [Commented] (SPARK-5517) Add input types for Java UDFs
-
Michael Armbrust (JIRA)
[jira] [Commented] (SPARK-5837) HTTP 500 if try to access Spark UI in yarn-cluster or yarn-client mode
-
Rok Roskar (JIRA)
[jira] [Commented] (SPARK-6016) Cannot read the parquet table after overwriting the existing table when spark.sql.parquet.cacheMetadata=true
-
Apache Spark (JIRA)
[jira] [Resolved] (SPARK-3539) Task description "apply at Option.scala:120"; no user code involved
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-5546) Improve path to Kafka assembly when trying Kafka Python API
-
Andrew Or (JIRA)
Page 94 (Messages 2326 to 2350):
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