Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 4 (Messages 76 to 100):
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] [Updated] (SPARK-5527) Improvements to standalone doc. - how to make cluster conf file consistency
-
dongxu (JIRA)
[jira] [Resolved] (SPARK-5154) Python API for Kafka streaming
-
Tathagata Das (JIRA)
[jira] [Updated] (SPARK-5557) spark-shell failed to start
-
Guoqiang Li (JIRA)
[jira] [Updated] (SPARK-4962) Put TaskScheduler.start back in SparkContext to shorten cluster resources occupation period
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-5175) bug in updating counters when starting multiple workers/supervisors in actor-based receiver
-
Nicholas Chammas (JIRA)
[jira] [Created] (SPARK-5672) Don't return `ERROR 500` when have missing args
-
Kirill A. Korinskiy (JIRA)
[jira] [Created] (SPARK-5696) HiveThriftServer2Suite fails because of extra log4j.properties in the driver classpath
-
Cheng Lian (JIRA)
[jira] [Comment Edited] (SPARK-4423) Improve foreach() documentation to avoid confusion between local- and cluster-mode behavior
-
Ilya Ganelin (JIRA)
[jira] [Created] (SPARK-5766) Slow RowMatrix multiplication
-
Amaru Cuba Gyllensten (JIRA)
[jira] [Updated] (SPARK-5765) word split problem in run-example and compute-classpath
-
Andrew Or (JIRA)
[jira] [Updated] (SPARK-5252) Streaming StatefulNetworkWordCount example hangs
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-4949) shutdownCallback in SparkDeploySchedulerBackend should be enclosed by synchronized block.
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-4588) Add API for feature attributes
-
Xiangrui Meng (JIRA)
[jira] [Created] (SPARK-5866) pyspark read from s3
-
venu k tangirala (JIRA)
[jira] [Created] (SPARK-5879) spary_ec2.py should expose/return master and slave lists (e.g. write to file)
-
Florian Verhein (JIRA)
[jira] [Commented] (SPARK-5533) Replace explicit dependency on org.codehaus.jackson
-
Andrew Or (JIRA)
[jira] [Updated] (SPARK-5889) remove pid file in spark-daemon.sh after killing the process.
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-3051) Support looking-up named accumulators in a registry
-
Andrew Or (JIRA)
[jira] [Commented] (SPARK-5912) Programming guide for feature selection
-
Joseph K. Bradley (JIRA)
[jira] [Updated] (SPARK-2138) The KMeans algorithm in the MLlib can lead to the Serialized Task size become bigger and bigger
-
Xiangrui Meng (JIRA)
[jira] [Created] (SPARK-5974) Add save/load to examples in ML guide
-
Joseph K. Bradley (JIRA)
[jira] [Updated] (SPARK-6012) Deadlock when asking for partitions from CoalescedRDD on top of a TakeOrdered operator
-
Max Seiden (JIRA)
[jira] [Resolved] (SPARK-5809) OutOfMemoryError in logDebug in RandomForest.scala
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-4814) Enable assertions in SBT, Maven tests / AssertionError from Hive's LazyBinaryInteger
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-6064) Checking data types when resolving types
-
Sean Owen (JIRA)
Page 4 (Messages 76 to 100):
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