Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 165 (Messages 4101 to 4125):
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] [Commented] (SPARK-5526) expression [date '2011-01-01' = cast(timestamp('2011-01-01 23:24:25') as date)] return false
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-5546) Improve path to Kafka assembly when trying Kafka Python API
-
Tathagata Das (JIRA)
[jira] [Created] (SPARK-5547) With assembly jar to run example throws an exception
-
meiyoula (JIRA)
[jira] [Commented] (SPARK-2945) Allow specifying num of executors in the context configuration
-
Apache Spark (JIRA)
[jira] [Resolved] (SPARK-4768) Add Support For Impala Encoded Timestamp (INT96)
-
Yin Huai (JIRA)
[jira] [Commented] (SPARK-5420) Cross-langauge load/store functions for creating and saving DataFrames
-
Yin Huai (JIRA)
[jira] [Updated] (SPARK-2765) While running Spark through YARN Control Containers logging.
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-540) Add API to customize in-memory representation of RDDs
-
Sean Owen (JIRA)
[jira] [Resolved] (SPARK-5539) User guide for LDA
-
Xiangrui Meng (JIRA)
[jira] [Updated] (SPARK-5675) XyzType companion object should subclass XyzType
-
Reynold Xin (JIRA)
[jira] [Commented] (SPARK-5647) Output metrics do not show up for older hadoop versions (< 2.5)
-
Patrick Wendell (JIRA)
[jira] [Created] (SPARK-5698) Dynamic allocation: do not allow user to request a negative delta
-
Andrew Or (JIRA)
[jira] [Updated] (SPARK-4105) FAILED_TO_UNCOMPRESS(5) errors when fetching shuffle data with sort-based shuffle
-
Josh Rosen (JIRA)
[jira] [Commented] (SPARK-5746) INSERT OVERWRITE throws FileNotFoundException when the source and destination point to the same table.
-
Cheng Lian (JIRA)
[jira] [Issue Comment Deleted] (SPARK-4010) Spark UI returns 500 in yarn-client mode
-
Marco Capuccini (JIRA)
[jira] [Commented] (SPARK-5841) Memory leak in DiskBlockManager
-
Yin Huai (JIRA)
[jira] [Commented] (SPARK-5866) pyspark read from s3
-
venu k tangirala (JIRA)
[jira] [Created] (SPARK-5956) Transformer/Estimator should be copyable.
-
Xiangrui Meng (JIRA)
[jira] [Updated] (SPARK-5286) Fail to drop an invalid table when using the data source API
-
Yin Huai (JIRA)
[jira] [Commented] (SPARK-1603) Flaky test: o.a.s.streaming.StreamingContextSuite
-
Andrew Or (JIRA)
[jira] [Updated] (SPARK-6033) the description abou the "spark.worker.cleanup.enabled" is not matched with the code
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-6036) EventLog process logic has race condition with Akka actor system
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-6048) SparkConf.translateConfKey should translate on get, not set
-
Andrew Or (JIRA)
[jira] [Updated] (SPARK-6063) MLlib doesn't pass mvn scalastyle check due to UTF chars in LDAModel.scala
-
Michael Griffiths (JIRA)
Page 165 (Messages 4101 to 4125):
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