Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 175 (Messages 4351 to 4375):
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] [Updated] (SPARK-4811) Custom UDTFs not working in Spark SQL
-
Michael Armbrust (JIRA)
[jira] [Commented] (SPARK-4508) Native Date type for SQL92 Date
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-5260) Expose JsonRDD.allKeysWithValueTypes() in a utility class
-
Reynold Xin (JIRA)
[jira] [Comment Edited] (SPARK-5501) Write support for the data source API
-
Yin Huai (JIRA)
[jira] [Updated] (SPARK-5554) Add more tests and docs for DataFrame Python API
-
Reynold Xin (JIRA)
[jira] [Commented] (SPARK-5529) Executor is still hold while BlockManager has been removed
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-5645) Track local bytes read for shuffles - update UI
-
Sandy Ryza (JIRA)
[jira] [Updated] (SPARK-5659) Flaky Test: org.apache.spark.streaming.ReceiverSuite.block
-
Patrick Wendell (JIRA)
[jira] [Updated] (SPARK-5363) Spark 1.2 freeze without error notification
-
Nicholas Chammas (JIRA)
[jira] [Updated] (SPARK-4540) Improve Executor ID Logging
-
Sean Owen (JIRA)
[jira] [Created] (SPARK-5688) In Decision Trees, choosing a random subset of categories for each split
-
Eric Denovitzer (JIRA)
[jira] [Updated] (SPARK-5243) Spark will hang if (driver memory + executor memory) exceeds limit on a 1-worker cluster
-
yuhao yang (JIRA)
[jira] [Commented] (SPARK-2808) update kafka to version 0.8.2
-
Saisai Shao (JIRA)
[jira] [Created] (SPARK-5764) Delete the cache and lock file after executor fetching the jar
-
meiyoula (JIRA)
[jira] [Commented] (SPARK-5852) CTAS fails when converting Hive write path to data source parquet write path
-
Yin Huai (JIRA)
[jira] [Created] (SPARK-5864) support .jar as python package
-
Davies Liu (JIRA)
[jira] [Commented] (SPARK-5722) Infer_schema_type incorrect for Integers in pyspark
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-5906) Input read size incorrect for Parquet files
-
Kay Ousterhout (JIRA)
[jira] [Updated] (SPARK-4808) Spark fails to spill with small number of large objects
-
Andrew Or (JIRA)
[jira] [Updated] (SPARK-5914) Enable spark-submit to run with only user permission on windows
-
Judy Nash (JIRA)
[jira] [Commented] (SPARK-5914) Enable spark-submit to run requiring only user permission on windows
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-3687) Spark hang while processing more than 100 sequence files
-
Sean Owen (JIRA)
[jira] [Resolved] (SPARK-2132) Color GC time red when over a percentage of task time
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-6045) RecordWriter should be checked against null in PairRDDFunctions#saveAsNewAPIHadoopDataset
-
Ted Yu (JIRA)
[jira] [Commented] (SPARK-6051) Add an option for DirectKafkaInputDStream to commit the offsets into ZK
-
Apache Spark (JIRA)
Page 175 (Messages 4351 to 4375):
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