Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 162 (Messages 4026 to 4050):
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] [Resolved] (SPARK-5195) when hive table is query with alias the cache data lose effectiveness.
-
Michael Armbrust (JIRA)
[jira] [Resolved] (SPARK-5545) [STREAMING] DStream#saveAs**Files can fail after app restarts
-
Hari Shreedharan (JIRA)
[jira] [Commented] (SPARK-4905) Flaky FlumeStreamSuite test: org.apache.spark.streaming.flume.FlumeStreamSuite.flume input stream
-
Tathagata Das (JIRA)
[jira] [Updated] (SPARK-5396) Syntax error in spark scripts on windows.
-
Andrew Or (JIRA)
[jira] [Commented] (SPARK-761) Print a nicer error message when incompatible Spark binaries try to talk
-
Nicholas Chammas (JIRA)
[jira] [Resolved] (SPARK-5403) Ignore UserKnownHostsFile in SSH calls
-
Josh Rosen (JIRA)
[jira] [Updated] (SPARK-1858) Update "third-party Hadoop distros" doc to list more distros
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-5334) NullPointerException when getting files from S3 (hadoop 2.3+)
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-5332) Efficient way to deal with ExecutorLost
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-4896) Don't redundantly copy executor dependencies in Utils.fetchFile
-
Patrick Wendell (JIRA)
[jira] [Updated] (SPARK-5308) MD5 / SHA1 hash format doesn't match standard Maven output
-
Patrick Wendell (JIRA)
[jira] [Commented] (SPARK-4423) Improve foreach() documentation to avoid confusion between local- and cluster-mode behavior
-
Ilya Ganelin (JIRA)
[jira] [Updated] (SPARK-5640) org.apache.spark.sql.catalyst.ScalaReflection is not thread safe
-
Patrick Wendell (JIRA)
[jira] [Commented] (SPARK-4856) Null & empty string should not be considered as StringType at begining in Json schema inferring
-
Yin Huai (JIRA)
[jira] [Closed] (SPARK-5779) Python broadcast does not work with Kryo serializer
-
Davies Liu (JIRA)
[jira] [Commented] (SPARK-5820) Example does not work when using SOCKS proxy
-
Eric O. LEBIGOT (EOL) (JIRA)
[jira] [Comment Edited] (SPARK-5820) Example does not work when using SOCKS proxy
-
Eric O. LEBIGOT (EOL) (JIRA)
[jira] [Commented] (SPARK-1867) Spark Documentation Error causes java.lang.IllegalStateException: unread block data
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-5877) Scheduler delay is incorrect for running tasks
-
Kay Ousterhout (JIRA)
[jira] [Created] (SPARK-5912) Programming guide for feature selection
-
Joseph K. Bradley (JIRA)
[jira] [Comment Edited] (SPARK-4289) Creating an instance of Hadoop Job fails in the Spark shell when toString() is called on the instance.
-
Alexander Bezzubov (JIRA)
[jira] [Resolved] (SPARK-3743) noisy logging when context is stopped
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-6031) Refactor --packages to work inside the DriverBootstrapper so that the jars can be added to the driver classpath
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-4704) SparkSubmitDriverBootstrap doesn't flush output
-
Andrew Or (JIRA)
[jira] [Resolved] (SPARK-1015) Visualize the DAG of RDD
-
Sean Owen (JIRA)
Page 162 (Messages 4026 to 4050):
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