You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by leocook <gi...@git.apache.org> on 2017/01/19 09:09:05 UTC

[GitHub] spark issue #9168: [SPARK-11182] HDFS Delegation Token will be expired when ...

Github user leocook commented on the issue:

    https://github.com/apache/spark/pull/9168
  
    I just add principal&keytab conf when submit my job like blow:
    ```
    --principal=xxxx@yyyyyy \
    --keytab=aaaaa.keytab \
    ```
    
    And <code>spark.hadoop.fs.hdfs.impl.disable.cache=true</code> is not necessary\uff0cthe <code>fs.hdfs.impl.disable.cache</code> has already been set to true in <code>https://github.com/apache/hadoop/blob/trunk/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/java/org/apache/hadoop/lib/service/hadoop/FileSystemAccessService.java</code>



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org