Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 103 (Messages 2551 to 2575):
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-5508) [hive context] Unable to query array once saved as parquet
-
Patrick Wendell (JIRA)
[jira] [Created] (SPARK-5540) Hide ALS.solveLeastSquares.
-
Xiangrui Meng (JIRA)
[jira] [Commented] (SPARK-5548) Flaky test: org.apache.spark.util.AkkaUtilsSuite.remote fetch ssl on - untrusted server
-
Jacek Lewandowski (JIRA)
[jira] [Issue Comment Deleted] (SPARK-5472) Add support for reading from and writing to a JDBC database
-
Reynold Xin (JIRA)
[jira] [Created] (SPARK-5585) Flaky test: Python regression
-
Patrick Wendell (JIRA)
[jira] [Commented] (SPARK-5603) Preinsert casting and renaming rule is needed in the Analyzer
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-3365) Failure to save Lists to Parquet
-
Michael Armbrust (JIRA)
[jira] [Updated] (SPARK-4059) spark-master/spark-worker may use SPARK_MASTER_IP/STANDALONE_SPARK_MASTER_HOST
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-4321) Make Kryo serialization work for closures
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-5755) remove unnecessary Add for unary plus sign
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-4180) SparkContext constructor should throw exception if another SparkContext is already running
-
Josh Rosen (JIRA)
[jira] [Closed] (SPARK-5762) Shuffle write time is incorrect for sort-based shuffle
-
Andrew Or (JIRA)
[jira] [Commented] (SPARK-5016) GaussianMixtureEM should distribute matrix inverse for large numFeatures, k
-
Travis Galoppo (JIRA)
[jira] [Assigned] (SPARK-1600) flaky "recovery with file input stream" test in streaming.CheckpointSuite
-
Josh Rosen (JIRA)
[jira] [Commented] (SPARK-3524) remove workaround to pickle array of float for Pyrolite
-
Josh Rosen (JIRA)
[jira] [Commented] (SPARK-4603) EOF when broadcasting a dict with an empty string value.
-
Josh Rosen (JIRA)
[jira] [Resolved] (SPARK-5846) Spark SQL does not correctly set job description and scheduler pool
-
Cheng Lian (JIRA)
[jira] [Comment Edited] (SPARK-1537) Add integration with Yarn's Application Timeline Server
-
Zhan Zhang (JIRA)
[jira] [Commented] (SPARK-4123) Show new dependencies added in pull requests
-
Brennon York (JIRA)
[jira] [Commented] (SPARK-5837) HTTP 500 if try to access Spark UI in yarn-cluster or yarn-client mode
-
Mukesh Jha (JIRA)
[jira] [Commented] (SPARK-3901) Add SocketSink capability for Spark metrics
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-6042) spark-submit giving Exception in thread "main" java.lang.NoSuchMethodError: org.apache.spark.sql.hive.HiveContext.sql(Ljava/lang/String;)Lorg/apache/spark/sql/SchemaRDD;
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-4704) SparkSubmitDriverBootstrap doesn't flush output
-
Andrew Or (JIRA)
[jira] [Commented] (SPARK-5984) TimSort broken
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-6050) Spark on YARN does not work --executor-cores is specified
-
Marcelo Vanzin (JIRA)
Page 103 (Messages 2551 to 2575):
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