Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
3,332 messages
org.apache.spark.issues [
All Lists
]
2017 May [
All Months
]
Page 116 (Messages 2876 to 2900):
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
[jira] [Updated] (SPARK-20213) DataFrameWriter operations do not show up in SQL tab
-
Shixiong Zhu (JIRA)
[jira] [Assigned] (SPARK-20484) Add documentation to ALS code
-
Sean Owen (JIRA)
[jira] [Assigned] (SPARK-20373) Batch queries with 'Dataset/DataFrame.withWatermark()` does not execute
-
Apache Spark (JIRA)
[jira] [Assigned] (SPARK-19956) Optimize a location order of blocks with topology information
-
Wenchen Fan (JIRA)
[jira] [Commented] (SPARK-19112) add codec for ZStandard
-
Thomas Graves (JIRA)
[jira] [Created] (SPARK-20637) MappedRDD, FilteredRDD, etc. are still referenced in code comments
-
Michael Mior (JIRA)
[jira] [Commented] (SPARK-13747) Concurrent execution in SQL doesn't work with Scala ForkJoinPool
-
Mousa HAMAD (JIRA)
[jira] [Commented] (SPARK-13747) Concurrent execution in SQL doesn't work with Scala ForkJoinPool
-
Saif Addin (JIRA)
[jira] [Created] (SPARK-20701) dataframe.show has wrong white space when containing Supplement Unicode character
-
Pingsan Song (JIRA)
[jira] [Created] (SPARK-20719) Support LIMIT ALL
-
Xiao Li (JIRA)
[jira] [Commented] (SPARK-20706) Spark-shell not overriding method definition
-
Hyukjin Kwon (JIRA)
[jira] [Created] (SPARK-20779) The ASF header placed in an incorrect location in some files
-
zuotingbing (JIRA)
[jira] [Commented] (SPARK-20781) the location of Dockerfile in docker.properties.template is wrong
-
Apache Spark (JIRA)
[jira] [Assigned] (SPARK-20788) Fix the Executor task reaper's false alarm warning logs
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-17875) Remove unneeded direct dependence on Netty 3.x
-
Sean Owen (JIRA)
[jira] [Commented] (SPARK-4820) Spark build encounters "File name too long" on some encrypted filesystems
-
Paul Praet (JIRA)
[jira] [Commented] (SPARK-20814) Mesos scheduler does not respect spark.executor.extraClassPath configuration
-
Apache Spark (JIRA)
[jira] [Updated] (SPARK-14657) RFormula output wrong features when formula w/o intercept
-
Yanbo Liang (JIRA)
[jira] [Assigned] (SPARK-20097) Fix visibility discrepancy with numInstances and degreesOfFreedom in LR and GLR
-
Yanbo Liang (JIRA)
[jira] [Assigned] (SPARK-20841) Support table column aliases in FROM clause
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-20853) spark.ui.reverseProxy=true leads to hanging communication to master
-
Benno Staebler (JIRA)
[jira] [Created] (SPARK-20866) Dataset map does not respect nullable field
-
Colin Breame (JIRA)
[jira] [Comment Edited] (SPARK-20878) Pyspark date string parsing erroneously treats 1 as 10
-
Hyukjin Kwon (JIRA)
[jira] [Updated] (SPARK-19372) Code generation for Filter predicate including many OR conditions exceeds JVM method size limit
-
Shixiong Zhu (JIRA)
[jira] [Resolved] (SPARK-20333) Fix HashPartitioner in DAGSchedulerSuite
-
Imran Rashid (JIRA)
Page 116 (Messages 2876 to 2900):
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