Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 140 (Messages 3476 to 3500):
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-5530) ApplicationMaster can't kill executor when using dynamicAllocation
-
Andrew Or (JIRA)
[jira] [Resolved] (SPARK-5554) Add more tests and docs for DataFrame Python API
-
Reynold Xin (JIRA)
[jira] [Created] (SPARK-5641) Allow spark_ec2.py to copy arbitrary files to cluster via deploy.generic
-
Florian Verhein (JIRA)
[jira] [Commented] (SPARK-5388) Provide a stable application submission gateway in standalone cluster mode
-
Patrick Wendell (JIRA)
[jira] [Updated] (SPARK-5175) bug in updating counters when starting multiple workers/supervisors in actor-based receiver
-
Nicholas Chammas (JIRA)
[jira] [Commented] (SPARK-5696) HiveThriftServer2Suite fails because of extra log4j.properties in the driver classpath
-
Josh Rosen (JIRA)
[jira] [Updated] (SPARK-5042) Updated Receiver API to make it easier to write reliable receivers that ack source
-
Tathagata Das (JIRA)
[jira] [Updated] (SPARK-5718) Add native offset management for ReliableKafkaReceiver
-
Saisai Shao (JIRA)
[jira] [Updated] (SPARK-5655) YARN Auxiliary Shuffle service can't access shuffle files on Hadoop cluster configured in secure mode
-
Andrew Or (JIRA)
[jira] [Updated] (SPARK-5795) api.java.JavaPairDStream.saveAsNewAPIHadoopFiles may not friendly to java
-
Littlestar (JIRA)
[jira] [Created] (SPARK-5800) Streaming. Change linked files according the selected language
-
Gaspar Muñoz (JIRA)
[jira] [Commented] (SPARK-5679) Flaky tests in InputOutputMetricsSuite: input metrics with interleaved reads and input metrics with mixed read method
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-5855) [Spark SQL] 'explain' command in SparkSQL don't support to analyze the DDL 'VIEW'
-
Yi Zhou (JIRA)
[jira] [Created] (SPARK-5859) fix Data Frame Python API
-
Davies Liu (JIRA)
[jira] [Created] (SPARK-5867) Update spark.ml docs with DataFrame
-
Joseph K. Bradley (JIRA)
[jira] [Commented] (SPARK-5875) logical.Project should not be resolved if it contains aggregates or generators
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-5930) Documented default of spark.shuffle.io.retryWait is not consistent
-
Andrew Or (JIRA)
[jira] [Commented] (SPARK-1537) Add integration with Yarn's Application Timeline Server
-
Marcelo Vanzin (JIRA)
[jira] [Created] (SPARK-5933) Centralize deprecated configs in SparkConf
-
Andrew Or (JIRA)
[jira] [Closed] (SPARK-1892) Add an OWL-QN optimizer for L1 regularized optimizations.
-
Xiangrui Meng (JIRA)
[jira] [Comment Edited] (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-5940) Graph Loader: refactor + add more formats
-
lukovnikov (JIRA)
[jira] [Updated] (SPARK-5939) Make FPGrowth example app take parameters
-
Xiangrui Meng (JIRA)
[jira] [Updated] (SPARK-3436) Streaming SVM
-
Xiangrui Meng (JIRA)
[jira] [Commented] (SPARK-6049) HiveThriftServer2 may expose Inheritable methods
-
Littlestar (JIRA)
Page 140 (Messages 3476 to 3500):
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