Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,728 messages
org.apache.spark.issues [
All Lists
]
2016 November [
All Months
]
Page 173 (Messages 4301 to 4325):
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] [Assigned] (SPARK-17895) Improve documentation of "rowsBetween" and "rangeBetween"
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-18198) Highlight code snippets for Streaming integretion docs
-
Sean Owen (JIRA)
[jira] [Assigned] (SPARK-18224) Optimise PartitionedPairBuffer implementation
-
Apache Spark (JIRA)
[jira] [Comment Edited] (SPARK-18254) UDFs don't see aliased column names
-
Nicholas Chammas (JIRA)
[jira] [Commented] (SPARK-18288) SparkLauncer 2.0.1 version working incosistently in yarn-client mode
-
Elkhan Dadashov (JIRA)
[jira] [Commented] (SPARK-18360) warehouse path config should work for data source tables
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-18347) Infra for R - need qpdf on Jenkins
-
Felix Cheung (JIRA)
[jira] [Commented] (SPARK-18364) expose metrics for YarnShuffleService
-
Steven Rand (JIRA)
[jira] [Updated] (SPARK-18385) Make the transformer's natively in ml framework to avoid extra conversion
-
Sandeep Singh (JIRA)
[jira] [Commented] (SPARK-18048) If expression behaves differently if true and false expression are interchanged in case of different data types.
-
Wenchen Fan (JIRA)
[jira] [Updated] (SPARK-18427) Update docs of mllib.KMeans
-
zhengruifeng (JIRA)
[jira] [Updated] (SPARK-18437) Inconsistent mark-down for `Note:`/`NOTE:`/`Note that` across Scala/Java/R/Python in API documentations
-
Hyukjin Kwon (JIRA)
[jira] [Created] (SPARK-18447) Fix `Note:`/`NOTE:`/`Note that` across Python API documentation
-
Aditya (JIRA)
[jira] [Closed] (SPARK-17662) Dedup UDAF
-
Herman van Hovell (JIRA)
[jira] [Resolved] (SPARK-18238) WARN Executor: 1 block locks were not released by TID
-
Sean Owen (JIRA)
[jira] [Created] (SPARK-18503) Pre 2.0 spark driver/executor memory default unit is bytes, post 2.0 default unit is MB
-
Chris McCubbin (JIRA)
[jira] [Assigned] (SPARK-18535) Redact sensitive information from Spark logs and UI
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-18394) Executing the same query twice in a row results in CodeGenerator cache misses
-
Herman van Hovell (JIRA)
[jira] [Commented] (SPARK-18209) More robust view canonicalization without full SQL expansion
-
Xiao Li (JIRA)
[jira] [Commented] (SPARK-18075) UDF doesn't work on non-local spark
-
Wenchen Fan (JIRA)
[jira] [Closed] (SPARK-18220) ClassCastException occurs when using select query on ORC file
-
Wenchen Fan (JIRA)
[jira] [Commented] (SPARK-17897) not isnotnull is converted to the always false condition isnotnull && not isnotnull
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-18637) Stateful UDF should be considered as nondeterministic
-
Zhan Zhang (JIRA)
[jira] [Updated] (SPARK-18643) SparkR hangs when installed as a package without SPARK_HOME set
-
Felix Cheung (JIRA)
[jira] [Commented] (SPARK-18538) Concurrent Fetching DataFrameReader JDBC APIs Do Not Work
-
Wenchen Fan (JIRA)
Page 173 (Messages 4301 to 4325):
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