Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,728 messages
org.apache.spark.issues [
All Lists
]
2016 November [
All Months
]
Page 120 (Messages 2976 to 3000):
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] [Resolved] (SPARK-15472) Add support for writing partitioned `csv`, `json`, `text` formats in Structured Streaming
-
Reynold Xin (JIRA)
[jira] [Comment Edited] (SPARK-17935) Add KafkaForeachWriter in external kafka-0.8.0 for structured streaming module
-
zhangxinyu (JIRA)
[jira] [Commented] (SPARK-18228) Enhance visibility of Spark wiki
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-18131) Support returning Vector/Dense Vector from backend
-
Felix Cheung (JIRA)
[jira] [Updated] (SPARK-18024) Introduce an internal commit protocol API along with OutputCommitter implementation
-
Reynold Xin (JIRA)
[jira] [Created] (SPARK-18247) not rlike is not supported in DataFrame filter function
-
Edward Chen (JIRA)
[jira] [Commented] (SPARK-18254) UDFs don't see aliased column names
-
Herman van Hovell (JIRA)
[jira] [Updated] (SPARK-18343) FileSystem$Statistics$StatisticsDataReferenceCleaner hangs on s3 write
-
Luke Miner (JIRA)
[jira] [Assigned] (SPARK-18372) .Hive-staging folders created from Spark hiveContext are not getting cleaned up
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-18392) LSH API, algorithm, and documentation follow-ups
-
Joseph K. Bradley (JIRA)
[jira] [Commented] (SPARK-18404) RPC call from executor to driver blocks when getting map output locations (Netty Only)
-
Jeffrey Shmain (JIRA)
[jira] [Assigned] (SPARK-18428) Update docs for Graph.op
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-18414) sc.textFile doesn't seem to use LzoTextInputFormat when hadoop-lzo is installed
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-18434) Add missing ParamValidations for ML algos
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-18467) Refactor StaticInvoke, Invoke and NewInstance.
-
Takuya Ueshin (JIRA)
[jira] [Commented] (SPARK-18463) I think it's necessary to have an overrided method of smaple
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-14003) Multi-session can not work when one session is moving files for "INSERT ... SELECT" clause
-
Herman van Hovell (JIRA)
[jira] [Closed] (SPARK-12179) Spark SQL get different result with the same code
-
Herman van Hovell (JIRA)
[jira] [Commented] (SPARK-18074) UDFs don't work on non-local environment
-
roncenzhao (JIRA)
[jira] [Commented] (SPARK-15406) Structured streaming support for consuming from Kafka
-
Ankit Kothana (JIRA)
[jira] [Comment Edited] (SPARK-17788) RangePartitioner results in few very large tasks and many small to empty tasks
-
Herman van Hovell (JIRA)
[jira] [Commented] (SPARK-17212) TypeCoercion support widening conversion between DateType and TimestampType
-
Hyukjin Kwon (JIRA)
[jira] [Commented] (SPARK-18607) give a result on a percent of the tasks succeed
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-18332) SparkR 2.1 QA: Programming guide, migration guide, vignettes updates
-
Miao Wang (JIRA)
[jira] [Commented] (SPARK-18663) Simplify CountMinSketch aggregate implementation
-
Apache Spark (JIRA)
Page 120 (Messages 2976 to 3000):
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