I have a question about using juju and Hadoop. How do I access the command line for hadoop after I install it using juju? I would like to add some large data files to hadoop.
I did the install steps on this page: https://jujucharms.com/precise/hadoop/#readme for local environment. Here are the results of the status command: davidnovogrodsky@ubuntu:~$ juju expose hadoop-master davidnovogrodsky@ubuntu:~$ juju status hadoop-master environment: local machines: "1": agent-state: started agent-version: 1.20.11.1 dns-name: 10.0.3.84 instance-id: davidnovogrodsky-local-machine-1 series: trusty hardware: arch=amd64 services: hadoop-master: charm: cs:trusty/hadoop-16 exposed: true relations: namenode: - hadoop-slave resourcemanager: - hadoop-slave units: hadoop-master/0: agent-state: started agent-version: 1.20.11.1 machine: "1" open-ports: - 8030/tcp - 8031/tcp - 8032/tcp - 8045/tcp - 8050/tcp - 9000/tcp - 50070/tcp public-address: 10.0.3.84 David Novogrodsky [email protected] http://www.linkedin.com/in/davidnovogrodsky
