add spark

This commit is contained in:
newnius
2017-04-08 22:22:34 +08:00
parent 342312b75e
commit 10962791c8
15 changed files with 400 additions and 5 deletions

View 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>