Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,158 messages
org.apache.spark.issues [
All Lists
]
2015 June [
All Months
]
Page 1 (Messages 1 to 25):
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
[jira] [Created] (SPARK-8006) Support BLOCK__OFFSET__INSIDE__FILE virtual column
-
Reynold Xin (JIRA)
[jira] [Commented] (SPARK-4048) Enhance and extend hadoop-provided profile
-
Marcelo Vanzin (JIRA)
[jira] [Commented] (SPARK-8020) Spark SQL in spark-defaults.conf make metadataHive get constructed too early
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-8044) Invoid use directMemory while put or get block from file
-
SuYan (JIRA)
[jira] [Closed] (SPARK-8059) Reduce latency between executor requests and RM heartbeat
-
Andrew Or (JIRA)
[jira] [Updated] (SPARK-6945) Provide SQL tab in the Spark UI
-
Patrick Wendell (JIRA)
[jira] [Commented] (SPARK-8169) Add StopWordsRemover as a transformer
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-8266) string function: translate
-
Cheng Hao (JIRA)
[jira] [Commented] (SPARK-8190) ExpressionEvalHelper.checkEvaluation should also run the optimizer version
-
Apache Spark (JIRA)
[jira] [Assigned] (SPARK-8169) Add StopWordsRemover as a transformer
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-1867) Spark Documentation Error causes java.lang.IllegalStateException: unread block data
-
Dev Lakhani (JIRA)
[jira] [Commented] (SPARK-8368) ClassNotFoundException in closure for map
-
Yin Huai (JIRA)
[jira] [Created] (SPARK-8443) GenerateMutableProjection Exceeds JVM Code Size Limits
-
Sen Fang (JIRA)
[jira] [Created] (SPARK-8489) Add regression tests for SPARK-8470
-
Andrew Or (JIRA)
[jira] [Closed] (SPARK-8509) Failed to JOIN in pyspark
-
Joseph K. Bradley (JIRA)
[jira] [Assigned] (SPARK-8548) Remove the trailing whitespaces from the SparkR files
-
Apache Spark (JIRA)
[jira] [Assigned] (SPARK-8551) Python example code for elastic net
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-8582) Optimize checkpointing to avoid computing an RDD twice
-
Andrew Or (JIRA)
[jira] [Resolved] (SPARK-8371) improve unit test for MaxOf and MinOf
-
Davies Liu (JIRA)
[jira] [Assigned] (SPARK-8619) Can't find the keytab file when recovering the streaming application.
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-8643) local-cluster may not shutdown SparkContext gracefully
-
Yin Huai (JIRA)
[jira] [Created] (SPARK-8692) improve date and timestamp handling
-
Wenchen Fan (JIRA)
[jira] [Assigned] (SPARK-8355) Python DataFrameReader/Writer should mirror scala
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-8678) Default values in Pipeline API should be immutable
-
Xiangrui Meng (JIRA)
[jira] [Updated] (SPARK-8592) CoarseGrainedExecutorBackend: Cannot register with driver => NPE
-
Josh Rosen (JIRA)
Page 1 (Messages 1 to 25):
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