Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 99 (Messages 2451 to 2475):
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-5523) TaskMetrics and TaskInfo have innumerable copies of the hostname string
-
Tathagata Das (JIRA)
[jira] [Updated] (SPARK-5541) Allow running Maven or SBT in run-tests
-
Patrick Wendell (JIRA)
[jira] [Created] (SPARK-5626) Spurious test failures due to NullPointerException in EasyMock test code
-
Josh Rosen (JIRA)
[jira] [Updated] (SPARK-650) Add a "setup hook" API for running initialization code on each executor
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-5108) Need to make jackson dependency version consistent with hadoop-2.6.0.
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-5696) HiveThriftServer2Suite fails because of extra log4j.properties in the driver classpath
-
Cheng Lian (JIRA)
[jira] [Commented] (SPARK-5706) Support inference schema from a single json string
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-5708) Add Slf4jSink to Spark Metrics Sink
-
Judy Nash (JIRA)
[jira] [Commented] (SPARK-5671) Bump jets3t version from 0.9.0 to 0.9.2 in hadoop-2.3 and hadoop-2.4 profiles
-
Cheng Lian (JIRA)
[jira] [Updated] (SPARK-5592) java.net.URISyntaxException when insert data to a partitioned table
-
Cheng Lian (JIRA)
[jira] [Comment Edited] (SPARK-5159) Thrift server does not respect hive.server2.enable.doAs=true
-
Tao Wang (JIRA)
[jira] [Resolved] (SPARK-5345) Fix unstable test case in FsHistoryProviderSuite
-
Josh Rosen (JIRA)
[jira] [Reopened] (SPARK-5819) Backport of SPARK-5805 to branch-1.2
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-5827) Add missing imports in the example of SQLContext
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-1418) Python MLlib's _get_unmangled_rdd should uncache RDDs when training is done
-
Josh Rosen (JIRA)
[jira] [Resolved] (SPARK-5858) Using first() to get feature size causes performance regression
-
Xiangrui Meng (JIRA)
[jira] [Commented] (SPARK-5865) Add doc warnings for methods that collect an RDD to the driver
-
Reynold Xin (JIRA)
[jira] [Commented] (SPARK-5889) remove pid file in spark-daemon.sh after killing the process.
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-794) Remove sleep() in ClusterScheduler.stop
-
Brennon York (JIRA)
[jira] [Commented] (SPARK-5312) Use sbt to detect new or changed public classes in PRs
-
Brennon York (JIRA)
[jira] [Updated] (SPARK-6043) Error when trying to rename table with alter table after using INSERT OVERWITE to populate the table
-
Trystan Leftwich (JIRA)
[jira] [Created] (SPARK-6058) Log the error for the EXIT_EXCEPTION_USER_CLASS exit code
-
Shixiong Zhu (JIRA)
[jira] [Resolved] (SPARK-6063) MLlib doesn't pass mvn scalastyle check due to UTF chars in LDAModel.scala
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-6069) Deserialization Error ClassNotFound
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-6066) Metadata in event log makes it very difficult for external libraries to parse event log
-
Patrick Wendell (JIRA)
Page 99 (Messages 2451 to 2475):
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