sahara-plugin-spark/sahara_plugin_spark/plugins/spark/resources
Jeremy Freudberg 0300afc2c1 Fix URL of Maven Central Repository
Change-Id: Id3294bf5180b7336193c3127a26f069703ec4705
Story: 2007996
Task: 40636
2020-08-10 09:50:39 -04:00
..
images Fix URL of Maven Central Repository 2020-08-10 09:50:39 -04:00
README.rst Plugins splitted from sahara core 2019-01-03 14:54:33 -03:00
core-default.xml Plugins splitted from sahara core 2019-01-03 14:54:33 -03:00
hdfs-default.xml Plugins splitted from sahara core 2019-01-03 14:54:33 -03:00
spark-cleanup.cron Plugins splitted from sahara core 2019-01-03 14:54:33 -03:00
spark-env.sh.template Plugins splitted from sahara core 2019-01-03 14:54:33 -03:00
tmp-cleanup.sh.template Plugins splitted from sahara core 2019-01-03 14:54:33 -03:00
topology.sh Plugins splitted from sahara core 2019-01-03 14:54:33 -03:00

README.rst

Apache Spark and HDFS Configurations for Sahara

This directory contains default XML configuration files and Spark scripts:

  • core-default.xml,
  • hdfs-default.xml,
  • spark-env.sh.template,
  • topology.sh

These files are used by Sahara's plugin for Apache Spark and Cloudera HDFS. XML config files were taken from here: * https://github.com/apache/hadoop-common/blob/release-1.2.1/src/core/core-default.xml * https://github.com/apache/hadoop-common/blob/release-1.2.1/src/hdfs/hdfs-default.xml

Cloudera packages use the same configuration files as standard Apache Hadoop.

XML configs are used to expose default Hadoop configurations to the users through Sahara's REST API. It allows users to override some config values which will be pushed to the provisioned VMs running Hadoop services as part of appropriate xml config.