Package starcluster :: Package plugins :: Module hadoop
[hide private]
[frames] | no frames]

Module hadoop

source code

Classes [hide private]
  Hadoop
Configures Hadoop using Cloudera packages on StarCluster
Variables [hide private]
  core_site_templ = '<?xml version="1.0"?>\n<?xml-stylesheet typ...
  hdfs_site_templ = '<?xml version="1.0"?>\n<?xml-stylesheet typ...
  mapred_site_templ = '<?xml version="1.0"?>\n<?xml-stylesheet t...
  __package__ = 'starcluster.plugins'
Variables Details [hide private]

core_site_templ

Value:
'''<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>

<!-- Put site-specific property overrides in this file. -->

<configuration>
<!-- In: conf/core-site.xml -->
<property>
...

hdfs_site_templ

Value:
'''<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>

<!-- Put site-specific property overrides in this file. -->

<configuration>
<!-- In: conf/hdfs-site.xml -->
<property>
...

mapred_site_templ

Value:
'''<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>

<!-- Put site-specific property overrides in this file. -->

<configuration>
<!-- In: conf/mapred-site.xml -->
<property>
...