Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 18 (Messages 426 to 450):
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] [Reopened] (SPARK-4349) Spark driver hangs on sc.parallelize() if exception is thrown during serialization
-
Patrick Wendell (JIRA)
[jira] [Resolved] (SPARK-5513) Add NMF option to the new ALS implementation
-
Xiangrui Meng (JIRA)
[jira] [Resolved] (SPARK-5549) Define TaskContext interface in Scala
-
Reynold Xin (JIRA)
[jira] [Comment Edited] (SPARK-5420) Cross-langauge load/store functions for creating and saving DataFrames
-
Yin Huai (JIRA)
[jira] [Resolved] (SPARK-5237) UDTF don't work with multi-alias of multi-columns as output on SparK SQL
-
Adrian Wang (JIRA)
[jira] [Commented] (SPARK-5666) Adhere to accepte coding standards
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-5660) Local Matrix apply should be public
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-5697) Allow Spark driver to wait longer before giving up connecting to the master
-
Matt Cheah (JIRA)
[jira] [Resolved] (SPARK-5614) Predicate pushdown through Generate
-
Michael Armbrust (JIRA)
[jira] [Updated] (SPARK-5703) JobProgressListener throws empty.max error
-
Andrew Or (JIRA)
[jira] [Updated] (SPARK-4819) Remove Guava's "Optional" from public API
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-5758) Use LongType as the default type for integers in JSON schema inference.
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-5726) Hadamard Vector Product Transformer
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-4414) SparkContext.wholeTextFiles Doesn't work with S3 Buckets
-
Josh Rosen (JIRA)
[jira] [Resolved] (SPARK-5731) Flaky Test: org.apache.spark.streaming.kafka.DirectKafkaStreamSuite.basic stream receiving with multiple topics and smallest starting offset
-
Tathagata Das (JIRA)
[jira] [Commented] (SPARK-1537) Add integration with Yarn's Application Timeline Server
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-5916) $SPARK_HOME/bin/beeline conflicts with $HIVE_HOME/bin/beeline
-
Carl Steinbach (JIRA)
[jira] [Comment Edited] (SPARK-5016) GaussianMixtureEM should distribute matrix inverse for large numFeatures, k
-
Travis Galoppo (JIRA)
[jira] [Created] (SPARK-5930) Documented default of spark.shuffle.io.retryWait is not consistent
-
Andrew Or (JIRA)
[jira] [Commented] (SPARK-4289) Creating an instance of Hadoop Job fails in the Spark shell when toString() is called on the instance.
-
Alexander Bezzubov (JIRA)
[jira] [Commented] (SPARK-4289) Creating an instance of Hadoop Job fails in the Spark shell when toString() is called on the instance.
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-6026) Eliminate the bypassMergeThreshold parameter and associated hash-ish shuffle within the Sort shuffle code
-
Kay Ousterhout (JIRA)
[jira] [Commented] (SPARK-6055) memory leak in pyspark sql
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-6067) Spark sql hive dynamic partitions job will fail if task fails
-
Jason Hubbard (JIRA)
[jira] [Commented] (SPARK-3889) JVM dies with SIGBUS, resulting in ConnectionManager failed ACK
-
Mridul Muralidharan (JIRA)
Page 18 (Messages 426 to 450):
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