Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 112 (Messages 2776 to 2800):
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-5131) A typo in configuration doc
-
Wing Yew Poon (JIRA)
[jira] [Commented] (SPARK-5501) Write support for the data source API
-
Yin Huai (JIRA)
[jira] [Created] (SPARK-5579) Provide support for project using SQL expression
-
Reynold Xin (JIRA)
[jira] [Commented] (SPARK-4897) Python 3 support
-
Josh Rosen (JIRA)
[jira] [Updated] (SPARK-5557) Servlet API classes now missing after jetty shading
-
Patrick Wendell (JIRA)
[jira] [Commented] (SPARK-5607) NullPointerException in objenesis
-
Patrick Wendell (JIRA)
[jira] [Commented] (SPARK-5650) Optional 'FROM' clause in HiveQl
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-4654) Clean up DAGScheduler's getMissingParentStages() and stageDependsOn() methods
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-5524) Remove messy dependencies to log4j
-
Patrick Wendell (JIRA)
[jira] [Updated] (SPARK-5659) Flaky Test: org.apache.spark.streaming.ReceiverSuite.block
-
Patrick Wendell (JIRA)
[jira] [Closed] (SPARK-2958) FileClientHandler should not be shared in the pipeline
-
Aaron Davidson (JIRA)
[jira] [Commented] (SPARK-5679) Flaky tests in InputOutputMetricsSuite: input metrics with interleaved reads and input metrics with mixed read method
-
Kostas Sakellis (JIRA)
[jira] [Commented] (SPARK-4544) Spark JVM Metrics doesn't have context.
-
Sreepathi Prasanna (JIRA)
[jira] [Commented] (SPARK-4906) Spark master OOMs with exception stack trace stored in JobProgressListener
-
Matt Cheah (JIRA)
[jira] [Commented] (SPARK-5443) jsonRDD with schema should ignore sub-objects that are omitted in schema
-
Yin Huai (JIRA)
[jira] [Commented] (SPARK-4267) Failing to launch jobs on Spark on YARN with Hadoop 2.5.0 or later
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-5839) HiveMetastoreCatalog does not recognize table names and aliases of data source tables.
-
Yin Huai (JIRA)
[jira] [Commented] (SPARK-5861) [yarn-client mode] Application master should not use memory = spark.driver.memory
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-5872) pyspark shell should start up with SQL/HiveContext
-
Apache Spark (JIRA)
[jira] [Resolved] (SPARK-5878) Python DataFrame.repartition() is broken
-
Reynold Xin (JIRA)
[jira] [Reopened] (SPARK-5879) spary_ec2.py should expose/return master and slave lists (e.g. write to file)
-
Xiangrui Meng (JIRA)
[jira] [Created] (SPARK-5911) Make Column.cast(to: String) support fixed precision and scale decimal type
-
Yin Huai (JIRA)
[jira] [Commented] (SPARK-5837) HTTP 500 if try to access Spark UI in yarn-cluster or yarn-client mode
-
Marco Capuccini (JIRA)
[jira] [Commented] (SPARK-6066) Metadata in event log makes it very difficult for external libraries to parse event log
-
Patrick Wendell (JIRA)
[jira] [Commented] (SPARK-6069) Deserialization Error ClassNotFound
-
Pat Ferrel (JIRA)
Page 112 (Messages 2776 to 2800):
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