aboutsummaryrefslogtreecommitdiff
path: root/docs/mllib-isotonic-regression.md
diff options
context:
space:
mode:
authorWangTaoTheTonic <wangtao111@huawei.com>2015-05-29 11:06:11 -0500
committerThomas Graves <tgraves@thatenemy-lm.champ.corp.yahoo.com>2015-05-29 11:06:11 -0500
commita51b133de3c65a991ab105b6f020082080121b4c (patch)
tree3b61410c464fdc41f365c6cd5305bf39e61dfe7d /docs/mllib-isotonic-regression.md
parent8db40f6711058c3c3bf67ceaaaffffcc25d67d19 (diff)
downloadspark-a51b133de3c65a991ab105b6f020082080121b4c.tar.gz
spark-a51b133de3c65a991ab105b6f020082080121b4c.tar.bz2
spark-a51b133de3c65a991ab105b6f020082080121b4c.zip
[SPARK-7524] [SPARK-7846] add configs for keytab and principal, pass these two configs with different way in different modes
* As spark now supports long running service by updating tokens for namenode, but only accept parameters passed with "--k=v" format which is not very convinient. This patch add spark.* configs in properties file and system property. * --principal and --keytabl options are passed to client but when we started thrift server or spark-shell these two are also passed into the Main class (org.apache.spark.sql.hive.thriftserver.HiveThriftServer2 and org.apache.spark.repl.Main). In these two main class, arguments passed in will be processed with some 3rd libraries, which will lead to some error: "Invalid option: --principal" or "Unrecgnised option: --principal". We should pass these command args in different forms, say system properties. Author: WangTaoTheTonic <wangtao111@huawei.com> Closes #6051 from WangTaoTheTonic/SPARK-7524 and squashes the following commits: e65699a [WangTaoTheTonic] change logic to loadEnvironments ebd9ea0 [WangTaoTheTonic] merge master ecfe43a [WangTaoTheTonic] pass keytab and principal seperately in different mode 33a7f40 [WangTaoTheTonic] expand the use of the current configs 08bb4e8 [WangTaoTheTonic] fix wrong cite 73afa64 [WangTaoTheTonic] add configs for keytab and principal, move originals to internal
Diffstat (limited to 'docs/mllib-isotonic-regression.md')
0 files changed, 0 insertions, 0 deletions