aboutsummaryrefslogtreecommitdiff
path: root/data/mllib/lr-data
diff options
context:
space:
mode:
authorhuangzhaowei <carlmartinmax@gmail.com>2015-06-30 11:46:22 -0700
committerTathagata Das <tathagata.das1565@gmail.com>2015-06-30 11:46:22 -0700
commitd16a9443750eebb7a3d7688d4b98a2ac39cc0da7 (patch)
treef4d54a749ab861d69161a5088c729be3367b2a0b /data/mllib/lr-data
parent57264400ac7d9f9c59c387c252a9ed8d93fed4fa (diff)
downloadspark-d16a9443750eebb7a3d7688d4b98a2ac39cc0da7.tar.gz
spark-d16a9443750eebb7a3d7688d4b98a2ac39cc0da7.tar.bz2
spark-d16a9443750eebb7a3d7688d4b98a2ac39cc0da7.zip
[SPARK-8619] [STREAMING] Don't recover keytab and principal configuration within Streaming checkpoint
[Client.scala](https://github.com/apache/spark/blob/master/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala#L786) will change these configurations, so this would cause the problem that the Streaming recover logic can't find the local keytab file(since configuration was changed) ```scala sparkConf.set("spark.yarn.keytab", keytabFileName) sparkConf.set("spark.yarn.principal", args.principal) ``` Problem described at [Jira](https://issues.apache.org/jira/browse/SPARK-8619) Author: huangzhaowei <carlmartinmax@gmail.com> Closes #7008 from SaintBacchus/SPARK-8619 and squashes the following commits: d50dbdf [huangzhaowei] Delect one blank space 9b8e92c [huangzhaowei] Fix code style and add a short comment. 0d8f800 [huangzhaowei] Don't recover keytab and principal configuration within Streaming checkpoint.
Diffstat (limited to 'data/mllib/lr-data')
0 files changed, 0 insertions, 0 deletions