Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 143 (Messages 3551 to 3575):
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-5510) How can I fix the spark-submit script and then running the program on cluster ?
-
hash-x (JIRA)
[jira] [Resolved] (SPARK-5262) widen types for parameters of coalesce()
-
Michael Armbrust (JIRA)
[jira] [Updated] (SPARK-5478) Add miss right parenthesis in Stage page Pending stages label
-
Patrick Wendell (JIRA)
[jira] [Resolved] (SPARK-4795) Redesign the "primitive type => Writable" implicit APIs to make them be activated automatically
-
Reynold Xin (JIRA)
[jira] [Resolved] (SPARK-4133) PARSING_ERROR(2) when upgrading issues from 1.0.2 to 1.1.0
-
Josh Rosen (JIRA)
[jira] [Updated] (SPARK-2654) Leveled logging in PySpark
-
Nicholas Chammas (JIRA)
[jira] [Created] (SPARK-5662) Flaky test: org.apache.spark.streaming.kafka.KafkaDirectStreamSuite.multi topic stream
-
Patrick Wendell (JIRA)
[jira] [Commented] (SPARK-2653) Heap size should be the sum of driver.memory and executor.memory in local mode
-
liu chang (JIRA)
[jira] [Created] (SPARK-5722) Infer_schma_type incorrect for Integers in pyspark
-
Don Drake (JIRA)
[jira] [Updated] (SPARK-5183) Document data source API
-
Reynold Xin (JIRA)
[jira] [Created] (SPARK-5768) Spark UI Shows incorrect memory under Yarn
-
Al M (JIRA)
[jira] [Commented] (SPARK-5819) Backport of SPARK-5805 to branch-1.2
-
Sean Owen (JIRA)
[jira] [Comment Edited] (SPARK-5820) Example does not work when using SOCKS proxy
-
Eric O. LEBIGOT (EOL) (JIRA)
[jira] [Commented] (SPARK-756) JAR file appears corrupt to workers. - MLbase
-
Sean Owen (JIRA)
[jira] [Resolved] (SPARK-5661) function hasShutdownDeleteTachyonDir should use shutdownDeleteTachyonPaths to determine whether contains file
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-5570) No docs stating that `new SparkConf().set("spark.driver.memory", ...) will not work
-
Apache Spark (JIRA)
[jira] [Reopened] (SPARK-4299) In spark-submit, the driver-memory value is used for the SPARK_SUBMIT_DRIVER_MEMORY value
-
Sean Owen (JIRA)
[jira] [Comment Edited] (SPARK-4912) Persistent data source tables
-
Kay Ousterhout (JIRA)
[jira] [Updated] (SPARK-5879) spary_ec2.py should expose/return master and slave lists (e.g. write to file)
-
Xiangrui Meng (JIRA)
[jira] [Updated] (SPARK-5902) PipelineStage.transformSchema should be public, not private
-
Joseph K. Bradley (JIRA)
[jira] [Updated] (SPARK-5965) Spark UI does not show main class when running app in standalone cluster mode
-
Andrew Or (JIRA)
[jira] [Commented] (SPARK-2336) Approximate k-NN Models for MLLib
-
Ashutosh Trivedi (JIRA)
[jira] [Resolved] (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."
-
Sean Owen (JIRA)
[jira] [Created] (SPARK-6052) In JSON schema inference, we should always set containsNull of an ArrayType to true
-
Yin Huai (JIRA)
[jira] [Commented] (SPARK-5297) JavaStreamingContext.fileStream won't work because type info isn't propagated
-
Sean Owen (JIRA)
Page 143 (Messages 3551 to 3575):
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