Changeset 30905 for other-projects/hathitrust/vagrant-hadoop-cluster/trunk
- Timestamp:
- 2016-10-23T18:32:23+13:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
other-projects/hathitrust/vagrant-hadoop-cluster/trunk/README.txt
r30904 r30905 3 3 cluster for experiments processing HTRC Extracted Feature JSON files 4 4 suitable for ingesting into Solr. 5 5 6 6 7 Top-level code Apache Spark, processing HDFS stored JSON files, hence … … 14 15 https://github.com/calo81/vagrant-hadoop-cluster 15 16 17 18 Supporting Resources 19 ==================== 20 21 ---- 22 Basic Hadoop Cluster 23 ---- 16 24 17 25 Useful documentation about setting up a Hadoop cluster, read: … … 27 35 https://xuri.me/2016/03/22/setup-hadoop-on-ubuntu-multi-node-cluster.html 28 36 37 For working with newer Linux OS and version of software: 29 38 39 http://www.bogotobogo.com/Hadoop/BigData_hadoop_Install_on_ubuntu_single_node_cluster.php 30 40 41 ---- 42 Hadoop + Apache Ambari in 3 lines: 43 ---- 44 45 https://blog.codecentric.de/en/2014/04/hadoop-cluster-automation/ 46 47 but looks like a fairly old version of software (currently unused). 48 49 ---- 50 Vagrant 51 ---- 52 53 To get rid of 'Guest Additions' warnins (about potentially 54 incompatible version numbers) use 'vbguest' plugin: 55 56 vagrant plugin install vagrant-vbguest 57 58 For more details see: 59 60 http://kvz.io/blog/2013/01/16/vagrant-tip-keep-virtualbox-guest-additions-in-sync/ 61
Note:
See TracChangeset
for help on using the changeset viewer.