Skip to content

Commit

Permalink
Remove extra Hive S3 test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kokosing committed May 22, 2018
1 parent 7c28bae commit 5bc7e0a
Showing 1 changed file with 0 additions and 77 deletions.
77 changes: 0 additions & 77 deletions presto-hive-hadoop2/conf/files/core-site.xml.s3-template
Original file line number Diff line number Diff line change
Expand Up @@ -22,83 +22,6 @@
<value>hdfs://hadoop-master:8020</value>
</property>

<property>
<name>fs.default.name</name>
<value>hdfs://hadoop-master:9000</value>
</property>

<!-- OOZIE proxy user setting -->
<property>
<name>hadoop.proxyuser.oozie.hosts</name>
<value>*</value>
</property>
<property>
<name>hadoop.proxyuser.oozie.groups</name>
<value>*</value>
</property>

<!-- HTTPFS proxy user setting -->
<property>
<name>hadoop.proxyuser.httpfs.hosts</name>
<value>*</value>
</property>
<property>
<name>hadoop.proxyuser.httpfs.groups</name>
<value>*</value>
</property>

<!-- Llama proxy user setting -->
<property>
<name>hadoop.proxyuser.llama.hosts</name>
<value>*</value>
</property>
<property>
<name>hadoop.proxyuser.llama.groups</name>
<value>*</value>
</property>

<!-- Hue proxy user setting -->
<property>
<name>hadoop.proxyuser.hue.hosts</name>
<value>*</value>
</property>
<property>
<name>hadoop.proxyuser.hue.groups</name>
<value>*</value>
</property>

<!-- Mapred proxy user setting -->
<property>
<name>hadoop.proxyuser.mapred.hosts</name>
<value>*</value>
</property>
<property>
<name>hadoop.proxyuser.mapred.groups</name>
<value>*</value>
</property>

<!-- Hive impersonation -->
<property>
<name>hadoop.proxyuser.hive.hosts</name>
<value>*</value>
</property>

<property>
<name>hadoop.proxyuser.hive.groups</name>
<value>*</value>
</property>

<!-- Hdfs impersonation -->
<property>
<name>hadoop.proxyuser.hdfs.groups</name>
<value>*</value>
</property>

<property>
<name>hadoop.proxyuser.hdfs.hosts</name>
<value>*</value>
</property>

<property>
<name>fs.s3.awsAccessKeyId</name>
<value>%AWS_ACCESS_KEY%</value>
Expand Down

0 comments on commit 5bc7e0a

Please sign in to comment.