Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 72 (Messages 1776 to 1800):
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-4859) Refactor LiveListenerBus and StreamingListenerBus
-
Andrew Or (JIRA)
[jira] [Created] (SPARK-5524) Remove messy dependencies to log4j
-
Jacek Lewandowski (JIRA)
[jira] [Commented] (SPARK-5534) EdgeRDD, VertexRDD getStorageLevel return bad values
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-5556) Latent Dirichlet Allocation (LDA) using Gibbs sampler
-
Guoqiang Li (JIRA)
[jira] [Created] (SPARK-5583) Support unique join in hive context
-
wangfei (JIRA)
[jira] [Updated] (SPARK-5593) Replace BlockManager listener with Executor listener in ExecutorAllocationListener
-
Lianhui Wang (JIRA)
[jira] [Updated] (SPARK-5360) For CoGroupedRDD, rdds for narrow dependencies and shuffle handles are included twice in serialized task
-
Sean Owen (JIRA)
[jira] [Closed] (SPARK-3587) Spark SQL can't support lead() over() window function
-
Reynold Xin (JIRA)
[jira] [Assigned] (SPARK-5699) Thrift server test suites are not executed even if SQL code is touched
-
Cheng Lian (JIRA)
[jira] [Resolved] (SPARK-5592) java.net.URISyntaxException when insert data to a partitioned table
-
Cheng Lian (JIRA)
[jira] [Updated] (SPARK-5732) Add a option to print the spark version in spark script
-
uncleGen (JIRA)
[jira] [Commented] (SPARK-5739) Size exceeds Integer.MAX_VALUE in File Map
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-5614) Predicate pushdown through Generate
-
Patrick Wendell (JIRA)
[jira] [Updated] (SPARK-3369) Java mapPartitions Iterator->Iterable is inconsistent with Scala's Iterator->Iterator
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-5843) Expose Map-Side-Combine Setting in JavaPairRDD.combineByKey()
-
Sean Owen (JIRA)
[jira] [Resolved] (SPARK-2313) PySpark should accept port via a command line argument rather than STDIN
-
Josh Rosen (JIRA)
[jira] [Updated] (SPARK-3381) DecisionTree: eliminate bins for unordered features
-
Joseph K. Bradley (JIRA)
[jira] [Resolved] (SPARK-5872) pyspark shell should start up with SQL/HiveContext
-
Michael Armbrust (JIRA)
[jira] [Updated] (SPARK-4449) specify port range in spark
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-5932) Use consistent naming for byte properties
-
Andrew Or (JIRA)
[jira] [Created] (SPARK-5936) Automatically convert a StructType to a MapType when the number of fields exceed a threshold.
-
Yin Huai (JIRA)
[jira] [Commented] (SPARK-5837) HTTP 500 if try to access Spark UI in yarn-cluster or yarn-client mode
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-6005) Flaky test: o.a.s.streaming.kafka.DirectKafkaStreamSuite.offset recovery
-
Iulian Dragos (JIRA)
[jira] [Commented] (SPARK-6023) ParquetConversions fails to replace the destination MetastoreRelation of an InsertIntoTable node to ParquetRelation2
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-6064) Checking data types when resolving types
-
Kai Zeng (JIRA)
Page 72 (Messages 1776 to 1800):
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