日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

hadoop2.2.0 core-site.xml--security properties

發布時間:2023/11/30 编程问答 32 豆豆
生活随笔 收集整理的這篇文章主要介紹了 hadoop2.2.0 core-site.xml--security properties 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

<!--- security properties -->

<property><name>hadoop.security.authorization</name><value>false</value><description>Is service-level authorization enabled?</description> </property>

注釋:

<property><name>hadoop.security.authentication</name><value>simple</value><description>Possible values are simple (no authentication), and kerberos</description> </property>

注釋:

<property><name>hadoop.security.group.mapping</name><value>org.apache.hadoop.security.ShellBasedUnixGroupsMapping</value><description>Class for user to group mapping (get groups for a given user) for ACL</description> </property>


注釋:

<property><name>hadoop.security.groups.cache.secs</name><value>300</value><description>This is the config controlling the validity of the entries in the cachecontaining the user->group mapping. When this duration has expired,then the implementation of the group mapping provider is invoked to getthe groups of the user and then cached back.</description> </property>

注釋:

?

<property><name>hadoop.security.service.user.name.key</name><value></value><description>For those cases where the same RPC protocol is implemented by multipleservers, this configuration is required for specifying the principalname to use for the service when the client wishes to make an RPC call.</description> </property>

注釋:

<property><name>hadoop.rpc.protection</name><value>authentication</value><description>This field sets the quality of protection for secured sasl connections. Possible values are authentication, integrity and privacy.authentication means authentication only and no integrity or privacy; integrity implies authentication and integrity are enabled; and privacy implies all of authentication, integrity and privacy are enabled.</description> </property>

注釋:

<property><name>hadoop.work.around.non.threadsafe.getpwuid</name><value>false</value><description>Some operating systems or authentication modules are known tohave broken implementations of getpwuid_r and getpwgid_r, such that thesecalls are not thread-safe. Symptoms of this problem include JVM crasheswith a stack trace inside these functions. If your system exhibits thisissue, enable this configuration parameter to include a lock around thecalls as a workaround.An incomplete list of some systems known to have this issue is availableat http://wiki.apache.org/hadoop/KnownBrokenPwuidImplementations</description> </property>

注釋:

<property><name>hadoop.kerberos.kinit.command</name><value>kinit</value><description>Used to periodically renew Kerberos credentials when providedto Hadoop. The default setting assumes that kinit is in the PATH of usersrunning the Hadoop client. Change this to the absolute path to kinit if thisis not the case.</description> </property>

注釋:

?

?

轉載于:https://www.cnblogs.com/weian404/p/3584927.html

總結

以上是生活随笔為你收集整理的hadoop2.2.0 core-site.xml--security properties的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。