mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-15 10:26:44 +00:00
add spark
This commit is contained in:
12
spark/1.6.0/config/spark-yarn-remote-client/core-site.xml
Executable file
12
spark/1.6.0/config/spark-yarn-remote-client/core-site.xml
Executable file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
|
||||
<configuration>
|
||||
<property>
|
||||
<name>fs.default.name</name>
|
||||
<value>hdfs://spark-master:8020</value>
|
||||
</property>
|
||||
<property>
|
||||
<name>dfs.client.use.legacy.blockreader</name>
|
||||
<value>true</value>
|
||||
</property>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user