Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 19 (Messages 451 to 475):
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] [Closed] (SPARK-1825) Windows Spark fails to work with Linux YARN
-
Andrew Or (JIRA)
[jira] [Updated] (SPARK-5500) Document that feeding hadoopFile into a shuffle operation will cause problems
-
Patrick Wendell (JIRA)
[jira] [Created] (SPARK-5552) Automated data science AMIs creation and cluster deployment on EC2
-
Florian Verhein (JIRA)
[jira] [Closed] (SPARK-5526) expression [date '2011-01-01' = cast(timestamp('2011-01-01 23:24:25') as date)] return false
-
xukun (JIRA)
[jira] [Created] (SPARK-5598) Model import/export for ALS
-
Joseph K. Bradley (JIRA)
[jira] [Commented] (SPARK-5602) Better support for creating DataFrame from local data collection
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-5608) Improve SEO of Spark documentation site to let Google find latest docs
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-5616) Add examples for PySpark API
-
dongxu (JIRA)
[jira] [Resolved] (SPARK-4942) ML Transformers should allow output cols to be turned on,off
-
Xiangrui Meng (JIRA)
[jira] [Updated] (SPARK-5236) java.lang.ClassCastException: org.apache.spark.sql.catalyst.expressions.MutableAny cannot be cast to org.apache.spark.sql.catalyst.expressions.MutableInt
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-928) Add support for Unsafe-based serializer in Kryo 2.22
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-1910) Add onBlockComplete API to receiver
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-985) Support Job Cancellation on Mesos Scheduler
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-5139) select table_alias.* with joins and selecting column names from inner queries not supported
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-5707) Enabling spark.sql.codegen throws ClassNotFound exception
-
Yi Yao (JIRA)
[jira] [Resolved] (SPARK-5239) JdbcRDD throws "java.lang.AbstractMethodError: oracle.jdbc.driver.xxxxxx.isClosed()Z"
-
Sean Owen (JIRA)
[jira] [Comment Edited] (SPARK-4879) Missing output partitions after job completes with speculative execution
-
Matt Cheah (JIRA)
[jira] [Commented] (SPARK-4553) query for parquet table with string fields in spark sql hive get binary result
-
Yin Huai (JIRA)
[jira] [Commented] (SPARK-5819) Backport of SPARK-5805 to branch-1.2
-
Apache Spark (JIRA)
[jira] [Comment Edited] (SPARK-5829) JavaStreamingContext.fileStream run task loop repeated empty when no more new files found
-
Littlestar (JIRA)
[jira] [Updated] (SPARK-5372) Change the default storage level of window operators
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-5845) Time to cleanup intermediate shuffle files not included in shuffle write time
-
Ilya Ganelin (JIRA)
[jira] [Resolved] (SPARK-5912) Programming guide for feature selection
-
Joseph K. Bradley (JIRA)
[jira] [Created] (SPARK-6004) Pick the best model when training GradientBoostedTrees with validation
-
Liang-Chi Hsieh (JIRA)
[jira] [Commented] (SPARK-5546) Improve path to Kafka assembly when trying Kafka Python API
-
Apache Spark (JIRA)
Page 19 (Messages 451 to 475):
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