Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,674 messages
org.apache.spark.issues [
All Lists
]
2015 February [
All Months
]
Page 51 (Messages 1251 to 1275):
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] [Commented] (SPARK-5492) Thread statistics can break with older Hadoop versions
-
Sandy Ryza (JIRA)
[jira] [Created] (SPARK-5526) expression [date '2011-01-01' = cast(timestamp('2011-01-01 23:24:25') as date)] return false
-
xukun (JIRA)
[jira] [Updated] (SPARK-5558) pySpark zip function unexpected errors
-
Charles Hayden (JIRA)
[jira] [Commented] (SPARK-5140) Two RDDs which are scheduled concurrently should be able to wait on parent in all cases
-
Corey J. Nolet (JIRA)
[jira] [Commented] (SPARK-5557) spark-shell failed to start
-
Ben Mabey (JIRA)
[jira] [Created] (SPARK-5612) Move DataFrame implicit functions into SQLContext.implicits
-
Reynold Xin (JIRA)
[jira] [Commented] (SPARK-5388) Provide a stable application submission gateway in standalone cluster mode
-
Marcelo Vanzin (JIRA)
[jira] [Closed] (SPARK-5613) YarnClientSchedulerBackend fails to get application report when yarn restarts
-
Andrew Or (JIRA)
[jira] [Updated] (SPARK-3753) Spark hive join results in empty with shared hive context
-
Sean Owen (JIRA)
[jira] [Created] (SPARK-5668) spark_ec2.py region parameter could be either mandatory or its value displayed
-
Miguel Peralvo (JIRA)
[jira] [Commented] (SPARK-4161) Spark shell class path is not correctly set if "spark.driver.extraClassPath" is set in defaults.conf
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-5558) pySpark zip function unexpected errors
-
Charles Hayden (JIRA)
[jira] [Commented] (SPARK-1302) httpd doesn't start in spark-ec2 (cc2.8xlarge)
-
Greg Temchenko (JIRA)
[jira] [Commented] (SPARK-5613) YarnClientSchedulerBackend fails to get application report when yarn restarts
-
Kashish Jain (JIRA)
[jira] [Commented] (SPARK-5746) INSERT OVERWRITE throws FileNotFoundException when the source and destination point to the same table.
-
Yin Huai (JIRA)
[jira] [Created] (SPARK-5787) Protect JVM from some not-important exceptions
-
Davies Liu (JIRA)
[jira] [Commented] (SPARK-5649) Throw exception when can not apply datatype cast
-
Michael Armbrust (JIRA)
[jira] [Commented] (SPARK-5800) Streaming. Change linked files according the selected language
-
Gaspar Muñoz (JIRA)
[jira] [Resolved] (SPARK-5827) Add missing imports in the example of SQLContext
-
Sean Owen (JIRA)
[jira] [Updated] (SPARK-4561) PySparkSQL's Row.asDict() should convert nested rows to dictionaries
-
Michael Armbrust (JIRA)
[jira] [Commented] (SPARK-5861) [yarn-client mode] Application master should not use memory = spark.driver.memory
-
Shekhar Bansal (JIRA)
[jira] [Commented] (SPARK-5861) [yarn-client mode] Application master should not use memory = spark.driver.memory
-
Marcelo Vanzin (JIRA)
[jira] [Commented] (SPARK-5261) In some cases ,The value of word's vector representation is too big
-
Xiangrui Meng (JIRA)
[jira] [Commented] (SPARK-6042) spark-submit giving Exception in thread "main" java.lang.NoSuchMethodError: org.apache.spark.sql.hive.HiveContext.sql(Ljava/lang/String;)Lorg/apache/spark/sql/SchemaRDD;
-
Tarek Abouzeid (JIRA)
[jira] [Updated] (SPARK-5570) No docs stating that `new SparkConf().set("spark.driver.memory", ...) will not work
-
Sean Owen (JIRA)
Page 51 (Messages 1251 to 1275):
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