Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 142 (Messages 3526 to 3550):
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-5585) Flaky test: Python regression
-
Patrick Wendell (JIRA)
[jira] [Resolved] (SPARK-5538) CachedTableSuite failure due to unpersisting RDDs in a non-blocking way
-
Reynold Xin (JIRA)
[jira] [Commented] (SPARK-4279) Implementing TinkerPop on top of GraphX
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-4600) org.apache.spark.graphx.VertexRDD.diff does not work
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-5666) To accept coding standards
-
Prabeesh K (JIRA)
[jira] [Commented] (SPARK-5676) License missing from spark-ec2 repo
-
Shivaram Venkataraman (JIRA)
[jira] [Commented] (SPARK-3439) Add Canopy Clustering Algorithm
-
Muhammad-Ali A'rabi (JIRA)
[jira] [Updated] (SPARK-5712) Semicolon at end of a comment line
-
Adrian Wang (JIRA)
[jira] [Commented] (SPARK-5719) allow daemons to bind to specified host
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-5655) YARN Auxiliary Shuffle service can't access shuffle files on Hadoop cluster configured in secure mode
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-5753) add basic support to JDBCRDD for postgresql types: uuid, hstore, and array
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-5754) Spark AM not launching on Windows
-
Inigo (JIRA)
[jira] [Commented] (SPARK-5770) Use addJar() to upload a new jar file to executor, it can't be added to classloader
-
Marcelo Vanzin (JIRA)
[jira] [Resolved] (SPARK-5822) Add add-source goal in Scala plugin for Eclipse
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-5820) Example does not work when using SOCKS proxy
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-5852) CTAS fails when converting Hive write path to data source parquet write path
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-4760) "ANALYZE TABLE table COMPUTE STATISTICS noscan" failed estimating table size for tables created from Parquet files
-
Michael Armbrust (JIRA)
[jira] [Updated] (SPARK-4454) Race condition in DAGScheduler
-
Patrick Wendell (JIRA)
[jira] [Updated] (SPARK-5904) DataFrame methods with varargs do not work in Java
-
Joseph K. Bradley (JIRA)
[jira] [Updated] (SPARK-5906) Input read size incorrect when using Hadoop version <2.5
-
Kay Ousterhout (JIRA)
[jira] [Resolved] (SPARK-5899) Viewing specific stage information which contains thousands of tasks will freak out the driver and CPU cores from where it runs
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-693) Let deploy scripts set alternate conf, work directories
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-5978) Spark examples cannot compile with Hadoop 2
-
Sean Owen (JIRA)
[jira] [Resolved] (SPARK-3168) The ServletContextHandler of webui lacks a SessionManager
-
Sean Owen (JIRA)
[jira] [Resolved] (SPARK-4845) Adding a parallelismRatio to control the partitions num of shuffledRDD
-
Sean Owen (JIRA)
Page 142 (Messages 3526 to 3550):
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