Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 38 (Messages 926 to 950):
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] [Created] (SPARK-5514) collect should call executeCollect
-
Reynold Xin (JIRA)
[jira] [Commented] (SPARK-1867) Spark Documentation Error causes java.lang.IllegalStateException: unread block data
-
Philippe Girolami (JIRA)
[jira] [Created] (SPARK-5647) Output metrics do not show up for older hadoop versions (< 2.5)
-
Kostas Sakellis (JIRA)
[jira] [Updated] (SPARK-5652) Use broadcasted weights in LogisticRegressionModel and fix compilation error
-
Xiangrui Meng (JIRA)
[jira] [Commented] (SPARK-4983) Tag EC2 instances in the same call that launches them
-
Nicholas Chammas (JIRA)
[jira] [Updated] (SPARK-2958) FileClientHandler should not be shared in the pipeline
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-5682) Reuse hadoop encrypted shuffle algorithm to enable spark encrypted shuffle
-
liyunzhang_intel (JIRA)
[jira] [Commented] (SPARK-4705) Driver retries in yarn-cluster mode always fail if event logging is enabled
-
Twinkle Sachdeva (JIRA)
[jira] [Comment Edited] (SPARK-4906) Spark master OOMs with exception stack trace stored in JobProgressListener
-
Matt Cheah (JIRA)
[jira] [Updated] (SPARK-5731) Flaky Test: org.apache.spark.streaming.kafka.DirectKafkaStreamSuite.basic stream receiving with multiple topics and smallest starting offset
-
Patrick Wendell (JIRA)
[jira] [Commented] (SPARK-5732) Add an option to print the spark version in spark script
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-5742) Network over RDMA
-
Dina Leventol (JIRA)
[jira] [Created] (SPARK-5781) Add metadata files for JSON datasets
-
Yin Huai (JIRA)
[jira] [Commented] (SPARK-5806) Organize sections in mllib-clustering.md
-
Apache Spark (JIRA)
[jira] [Resolved] (SPARK-3316) Spark driver will not exit after python program finished
-
Josh Rosen (JIRA)
[jira] [Resolved] (SPARK-5166) Stabilize Spark SQL APIs
-
Michael Armbrust (JIRA)
[jira] [Reopened] (SPARK-4454) Race condition in DAGScheduler
-
Josh Rosen (JIRA)
[jira] [Updated] (SPARK-5325) Simplifying Hive shim implementation
-
Sean Owen (JIRA)
[jira] [Comment Edited] (SPARK-5389) spark-shell.cmd does not run from DOS Windows 7
-
saravanan (JIRA)
[jira] [Commented] (SPARK-5951) Remove unreachable driver memory properties in yarn client mode (YarnClientSchedulerBackend)
-
Apache Spark (JIRA)
[jira] [Resolved] (SPARK-5286) Fail to drop an invalid table when using the data source API
-
Michael Armbrust (JIRA)
[jira] [Commented] (SPARK-5662) Flaky test: org.apache.spark.streaming.kafka.KafkaDirectStreamSuite.multi topic stream
-
Andrew Or (JIRA)
[jira] [Reopened] (SPARK-6038) "java.util.NoSuchElementException: key not found: xyz" ,this error is came most number of times in cluster mode while working with 1.2.1 latest version .please solve this."
-
ch.prasad (JIRA)
[jira] [Commented] (SPARK-6058) Log the error for the EXIT_EXCEPTION_USER_CLASS exit code
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-6056) Unlimit offHeap memory use cause RM killing the container
-
SaintBacchus (JIRA)
Page 38 (Messages 926 to 950):
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