6 Commits

Author SHA1 Message Date
Valeriy Ponomaryov
f555a915a6 Install java8 if Ubuntu Xenial is used
java7 is absent on Ubuntu Xenial and Hadoop 2.7.x+ is expected to work
on java8. So, use java8 on Ubuntu Xenial and java7 on old Ubuntu Trusty.

Change-Id: I64338c5c146e548f1b1ba2b1b1f1d5f76992b8e0
2016-09-30 11:16:36 +03:00
Li, Chen
680b855618 Fix bugs when install HDFS
1. use ~/ instead of $DEST/
2. use "__slashplaceholder__" instead of @
3. add changed PATH to the first line of ~/.bashrc
3. Fix the auto exit issue in start_hdfs.sh, make sure all hdfs services start
4. Add test_hdfs method after hdfs start

Change-Id: I82a70d67209f27edead50d64dea03e5cb5ce925a
2015-08-26 13:21:51 +08:00
Jenkins
457bcce648 Merge "Enable ACLs" 2015-08-25 05:51:04 +00:00
Li, Chen
3257e48bce Enable ACLs
By default, ACLs are disabled

Change-Id: Ifc125f354721ff94d2b9f640331948cd9f2f48bd
2015-08-25 09:54:36 +08:00
Li, Chen
49662d99fb Fix unstack issues
If we run ./unstack.sh more than once, issues will happen:
1. stop-dfs.sh do not exist
2. ~/.bashrc will be emptied due to $line is empty

Change-Id: Iaa058a33ddf7fe4366ffc6c7ea4e408d6b267967
2015-08-21 15:05:41 +08:00
Li, Chen
cec1498f54 Initial commit
Install HDFS when enable the plugin in localrc:

[[local|localrc]]
enable_plugin hdfs https://github.com/openstack/devstack-plugin-hdfs

Change-Id: I7ebf124113143ccb09dc9428a259101187ac3868
2015-08-11 12:50:20 +08:00