Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 67 (Messages 1651 to 1675):
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-3454) Expose JSON representation of data shown in WebUI
-
Ryan Williams (JIRA)
[jira] [Commented] (SPARK-5530) ApplicationMaster can't kill executor when using dynamicAllocation
-
Apache Spark (JIRA)
[jira] [Assigned] (SPARK-5534) EdgeRDD, VertexRDD getStorageLevel return bad values
-
Joseph K. Bradley (JIRA)
[jira] [Created] (SPARK-5570) No docs stating that `new SparkConf().set("spark.driver.memory", ...) will not work
-
Tathagata Das (JIRA)
[jira] [Updated] (SPARK-4939) Python updateStateByKey example hang in local mode
-
Kay Ousterhout (JIRA)
[jira] [Commented] (SPARK-5391) SparkSQL fails to create tables with custom JSON SerDe
-
Muthupandi K (JIRA)
[jira] [Updated] (SPARK-5652) Use broadcasted weights in LogisticRegressionModel and fix compilation error
-
Liang-Chi Hsieh (JIRA)
[jira] [Updated] (SPARK-1346) Backport SPARK-1210 into 0.9 branch
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-3033) [Hive] java.math.BigDecimal cannot be cast to org.apache.hadoop.hive.common.type.HiveDecimal
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-5697) Allow Spark driver to wait longer before giving up connecting to the master
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-3889) JVM dies with SIGBUS, resulting in ConnectionManager failed ACK
-
Aaron Davidson (JIRA)
[jira] [Resolved] (SPARK-5576) saveAsTable into Hive fails due to duplicate columns
-
Yin Huai (JIRA)
[jira] [Created] (SPARK-5745) Allow to use custom TaskMetrics implementation
-
Jacek Lewandowski (JIRA)
[jira] [Updated] (SPARK-5829) JavaStreamingContext.fileStream run task loop repeated empty when no more new files found
-
Littlestar (JIRA)
[jira] [Updated] (SPARK-5708) Add Slf4jSink to Spark Metrics Sink
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-5076) Don't show "Cores" or "Memory Per Node" columns for completed applications
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-5904) DataFrame methods with varargs do not work in Java
-
Joseph K. Bradley (JIRA)
[jira] [Updated] (SPARK-4848) On a stand-alone cluster, several worker-specific variables are read only on the master
-
Andrew Or (JIRA)
[jira] [Updated] (SPARK-5921) Task/Stage always in pending on foreachPartition
-
Michael Nitschinger (JIRA)
[jira] [Commented] (SPARK-5921) Task/Stage always in pending on foreachPartition
-
Michael Nitschinger (JIRA)
[jira] [Comment Edited] (SPARK-5281) Registering table on RDD is giving MissingRequirementError
-
Sebastian YEPES FERNANDEZ (JIRA)
[jira] [Created] (SPARK-5963) [MLLIB] Python support for Power Iteration Clustering
-
Stephen Boesch (JIRA)
[jira] [Updated] (SPARK-5775) GenericRow cannot be cast to SpecificMutableRow when nested data and partitioned table
-
Michael Armbrust (JIRA)
[jira] [Updated] (SPARK-6015) Backport Python doc source code link fix to 1.2
-
Joseph K. Bradley (JIRA)
[jira] [Commented] (SPARK-6069) Deserialization Error ClassNotFoundException with Kryo, Guava 14
-
Pat Ferrel (JIRA)
Page 67 (Messages 1651 to 1675):
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