Skip to content

Commit 2262f1a

Browse files
committed
Added user impersonation fix by @mateilucianstefan
1 parent 19f7172 commit 2262f1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

notes/0.6.2.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Scala #akka @ApacheSpark
22

3-
* 1 context per JVM. This forks off a separate process for each SparkContext, and is a major change in architecture. (@velvia, @Ankit1010, many others)
3+
* 1 context per JVM. This forks off a separate process for each SparkContext, and is a major change in architecture. (EXPERIMENTAL) (@velvia, @Ankit1010, many others)
44
* Update to Spark 1.6.0 (@RaafatAkkad, @apivovarov)
55
* NamedObjects, an abstraction of NamedRDDs to other types of things (@TimMaltGermany / KNIME)
66
* NamedBroadcasts (@CBribiescas)
@@ -11,6 +11,7 @@
1111
* Chunked stream encoding for Stream[_] job output (@leone17)
1212
* Workaround - custom error classes for context-per-jvm (@ishassan)
1313
* Spark Hadoop configuration in spark.context-settings.hadoop (@hntd187)
14+
* Support user impersonation for an already Kerberos authenticated user (@mateilucianstefan)
1415
* Expose MAX_DIRECT_MEMORY to adjust direct memory buffer size (@addisonj)
1516
* Expose JAVA_VERSION for building with say JDK8 (@stannie42)
1617
* Fix docker build (@stannie42)

0 commit comments

Comments
 (0)