Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,728 messages
org.apache.spark.issues [
All Lists
]
2016 November [
All Months
]
Page 97 (Messages 2401 to 2425):
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] [Updated] (SPARK-3181) Add Robust Regression Algorithm with Huber Estimator
-
Joseph K. Bradley (JIRA)
[jira] [Updated] (SPARK-18209) More robust view canonicalization without full SQL expansion
-
Reynold Xin (JIRA)
[jira] [Commented] (SPARK-18209) More robust view canonicalization without full SQL expansion
-
Srinath (JIRA)
[jira] [Commented] (SPARK-18209) More robust view canonicalization without full SQL expansion
-
Reynold Xin (JIRA)
[jira] [Commented] (SPARK-18219) Move commit protocol API from sql to core module
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-18243) Converge the insert path of Hive tables with data source tables
-
Reynold Xin (JIRA)
[jira] [Comment Edited] (SPARK-4563) Allow spark driver to bind to different ip then advertise ip
-
György Süveges (JIRA)
[jira] [Updated] (SPARK-18289) spark.util.collection.ExternalSorter leak memory when task force spilling in-memory map to disk
-
KaiXu (JIRA)
[jira] [Updated] (SPARK-18291) SparkR glm predict should output original label when family = "binomial"
-
Yanbo Liang (JIRA)
[jira] [Assigned] (SPARK-17990) ALTER TABLE ... ADD PARTITION does not play nice with mixed-case partition column names
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-18352) Parse normal, multi-line JSON files (not just JSON Lines)
-
Jayadevan M (JIRA)
[jira] [Closed] (SPARK-18380) Kinesis receiver does not snapshot when shard completes
-
Hiroki Takeda (JIRA)
[jira] [Updated] (SPARK-18419) Fix `JDBCOptions.asConnectionProperties` to be case-insensitive
-
Dongjoon Hyun (JIRA)
[jira] [Commented] (SPARK-17836) Use cross validation to determine the number of clusters for EM or KMeans algorithms
-
Lei Wang (JIRA)
[jira] [Issue Comment Deleted] (SPARK-18458) core dumped running Spark SQL on large data volume (100TB)
-
Kazuaki Ishizaki (JIRA)
[jira] [Commented] (SPARK-18478) Support codegen for Hive UDFs
-
Apache Spark (JIRA)
[jira] [Resolved] (SPARK-15214) Enable code generation for Generate
-
Reynold Xin (JIRA)
[jira] [Assigned] (SPARK-18547) Decouple I/O encryption key propagation from UserGroupInformation
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-18394) Executing the same query twice in a row results in CodeGenerator cache misses
-
Jonny Serencsa (JIRA)
[jira] [Commented] (SPARK-18572) Use the hive client method "getPartitionNames" to answer "SHOW PARTITIONS" queries on partitioned Hive tables
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-6378) srcAttr in graph.triplets don't update when the size of graph is huge
-
Rohit (JIRA)
[jira] [Updated] (SPARK-18592) Move DT/RF/GBT Param setter methods to subclasses
-
Yanbo Liang (JIRA)
[jira] [Commented] (SPARK-18120) QueryExecutionListener method doesnt' get executed for DataFrameWriter methods
-
Reynold Xin (JIRA)
[jira] [Issue Comment Deleted] (SPARK-17204) Spark 2.0 off heap RDD persistence with replication factor 2 leads to in-memory data corruption
-
Michael Allman (JIRA)
[jira] [Commented] (SPARK-18643) SparkR hangs at session start when installed as a package without SPARK_HOME set
-
Apache Spark (JIRA)
Page 97 (Messages 2401 to 2425):
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