~bigdata-dev/charms/trusty/hdp-accumulo/trunk

« back to all changes in this revision

Viewing changes to hooks/common.py

  • Committer: amir sanjar
  • Date: 2014-09-29 13:05:03 UTC
  • Revision ID: amir.sanjar@canonical.com-20140929130503-bgplejwzd82fzsep
adding ssh and other fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
accumulo_conf_dir = os.path.join(os.path.sep,'etc','accumulo','conf')
6
6
accumulo_2Gexample_conf_dir = os.path.join(os.path.sep,'etc','accumulo','conf', 
7
7
                                           'examples', '2GB', 'standalone')
8
 
accumuli_env_script_path = os.path.join(os.path.sep, accumulo_conf_dir, "accumulo-env.sh")
 
8
accumuli_env_file_path = os.path.join(os.path.sep, accumulo_conf_dir, "accumulo-env.sh")
9
9
accumuli_env_script_path = os.path.join(os.path.sep, accumulo_conf_dir, "accumulo-site.xml")
10
10
accumulo_masters_file = os.path.join(os.path.sep, accumulo_conf_dir, "masters" )
11
11
accumulo_slaves_file = os.path.join(os.path.sep, accumulo_conf_dir, "slaves" )
 
 
b'\\ No newline at end of file'