~nchohan/appscale/zk3.3.4

« back to all changes in this revision

Viewing changes to AppDB/hadoop/hadoop_helper.rb

  • Committer: Chris Bunch
  • Date: 2012-02-17 08:19:21 UTC
  • mfrom: (787.2.3 appscale-raj-merge)
  • Revision ID: cgb@cs.ucsb.edu-20120217081921-pakidyksaenlpzur
merged with main branch, gaining rabbitmq and upgrades for hbase, cassandra, and hypertable, as well as upgrading to gae 1.6.1 for python and go

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
require 'djinn'
2
 
HADOOP_VER = "0.20.2"
 
2
HADOOP_VER = "0.20.2-cdh3u3"
3
3
HADOOP_LOC = "#{APPSCALE_HOME}/AppDB/hadoop-" + HADOOP_VER 
4
4
HDFS_PORT = 9000
5
5
ENABLE_HADOOP_SINGLE_NODE = true