Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,736 messages
org.apache.spark.issues [
All Lists
]
2015 October [
All Months
]
Page 1 (Messages 1 to 25):
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
188
189
190
[jira] [Commented] (SPARK-10413) Model should support prediction on single instance
-
Joseph K. Bradley (JIRA)
[jira] [Resolved] (SPARK-10904) select(df, c("col1", "col2")) fails
-
Shivaram Venkataraman (JIRA)
[jira] [Commented] (SPARK-10877) Assertions fail straightforward DataFrame job due to word alignment
-
Matt Cheah (JIRA)
[jira] [Updated] (SPARK-10953) Benchmark codegen vs. hand-written code for univariate statistics
-
Xiangrui Meng (JIRA)
[jira] [Commented] (SPARK-10945) GraphX computes Pagerank with NaN (with some datasets)
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-10858) YARN: archives/jar/files rename with # doesn't work unless scheme given
-
Thomas Graves (JIRA)
[jira] [Closed] (SPARK-10944) Provide self contained deployment not tighly coupled with Hadoop
-
Sean Owen (JIRA)
[jira] [Created] (SPARK-11056) Improve documentation on how to build Spark efficiently
-
Kay Ousterhout (JIRA)
[jira] [Comment Edited] (SPARK-10953) Benchmark codegen vs. hand-written code for univariate statistics
-
Jihong MA (JIRA)
[jira] [Resolved] (SPARK-10959) PySpark StreamingLogisticRegressionWithSGD does not train with given regParam and convergenceTol parameters
-
Xiangrui Meng (JIRA)
[jira] [Commented] (SPARK-9694) Add random seed Param to Scala CrossValidator
-
Apache Spark (JIRA)
[jira] [Assigned] (SPARK-10382) Make example code in user guide testable
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-10186) Add support for more postgres column types
-
Apache Spark (JIRA)
[jira] [Resolved] (SPARK-10581) Groups are not resolved in scaladoc for org.apache.spark.sql.Column
-
Reynold Xin (JIRA)
[jira] [Updated] (SPARK-5250) EOFException in when reading gzipped files from S3 with wholeTextFiles
-
Josh Rosen (JIRA)
[jira] [Commented] (SPARK-11182) HDFS Delegation Token will be expired when calling "UserGroupInformation.getCurrentUser.addCredentials" in HA mode
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-11192) When graphite metric sink is enabled, spark sql leaks org.apache.spark.sql.execution.ui.SQLTaskMetrics objects over time
-
Blake Livingston (JIRA)
[jira] [Created] (SPARK-11232) NettyRpcEndpointRef.send should not be interrupted
-
Shixiong Zhu (JIRA)
[jira] [Assigned] (SPARK-10857) SQL injection bug in JdbcDialect.getTableExistsQuery()
-
Apache Spark (JIRA)
[jira] [Resolved] (SPARK-9740) first/last aggregate NULL behavior
-
Michael Armbrust (JIRA)
[jira] [Created] (SPARK-11255) R Test build should run on R 3.1.1
-
Felix Cheung (JIRA)
[jira] [Updated] (SPARK-11298) When driver sends message "GetExecutorLossReason" to AM, the AM stops.
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-9026) SimpleFutureAction.onComplete should not tie up a separate thread for each callback
-
Richard W. Eggert II (JIRA)
[jira] [Assigned] (SPARK-11362) Use Spark BitSet in BroadcastNestedLoopJoin
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-11348) Replace addOnCompleteCallback with addTaskCompletionListener() in UnsafeExternalSorter
-
Ted Yu (JIRA)
Page 1 (Messages 1 to 25):
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
188
189
190