Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 186 (Messages 4626 to 4650):
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] [Closed] (SPARK-5426) SQL Java API helper methods
-
Kuldeep (JIRA)
[jira] [Comment Edited] (SPARK-5609) PythonMLlibAPI trainGaussianMixture seed should use Java type
-
Meethu Mathew (JIRA)
[jira] [Created] (SPARK-5618) Optimise utility code.
-
Makoto Fukuhara (JIRA)
[jira] [Commented] (SPARK-4897) Python 3 support
-
Josh Rosen (JIRA)
[jira] [Commented] (SPARK-4279) Implementing TinkerPop on top of GraphX
-
Brennon York (JIRA)
[jira] [Updated] (SPARK-5194) ADD JAR doesn't update classpath until reconnect
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-839) Bug in how failed executors are removed by ID from standalone cluster
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-5696) HiveThriftServer2Suite fails because of extra log4j.properties in the driver classpath
-
Cheng Lian (JIRA)
[jira] [Assigned] (SPARK-5701) Only set ShuffleReadMetrics when task does a shuffle
-
Kay Ousterhout (JIRA)
[jira] [Updated] (SPARK-5239) JdbcRDD throws "java.lang.AbstractMethodError: oracle.jdbc.driver.xxxxxx.isClosed()Z"
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-5522) Accelerate the Histroty Server start
-
Mars Gu (JIRA)
[jira] [Created] (SPARK-5748) Improve Vectors.sqdist implementation
-
Xiangrui Meng (JIRA)
[jira] [Comment Edited] (SPARK-5826) JavaStreamingContext.fileStream cause Configuration NotSerializableException
-
Littlestar (JIRA)
[jira] [Resolved] (SPARK-5502) User guide for isotonic regression
-
Xiangrui Meng (JIRA)
[jira] [Commented] (SPARK-5849) Handle more types of invalid JSON in SubmitRestProtocolMessage.parseAction
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-5829) JavaStreamingContext.fileStream run task loop repeated empty when no more new files found
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-5896) toDF in python doesn't work with tuple/list w/o names
-
Apache Spark (JIRA)
[jira] [Assigned] (SPARK-5904) DataFrame methods with varargs do not work in Java
-
Joseph K. Bradley (JIRA)
[jira] [Updated] (SPARK-5917) Distinct is broken
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-5516) ActorSystemImpl: Uncaught fatal error from thread [sparkDriver-akka.actor.default-dispatcher-22] shutting down ActorSystem [sparkDriver] java.lang.OutOfMemoryError: Java heap space
-
Xiangrui Meng (JIRA)
[jira] [Commented] (SPARK-5905) Improve RowMatrix user guide and doc.
-
Mike Beyer (JIRA)
[jira] [Commented] (SPARK-5970) Temporary directories are not removed (but their content is)
-
Sean Owen (JIRA)
[jira] [Created] (SPARK-6043) Error when trying to rename table with alter table after using INSERT OVERWITE to populate the table
-
Trystan Leftwich (JIRA)
[jira] [Updated] (SPARK-6027) Make KafkaUtils work in Python with kafka-assembly provided as --jar or maven package provided as --packages
-
Andrew Or (JIRA)
[jira] [Resolved] (SPARK-6070) Yarn Shuffle Service jar packages too many dependencies
-
Patrick Wendell (JIRA)
Page 186 (Messages 4626 to 4650):
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