~admcleod/charms/trusty/apache-hadoop-hdfs-master/unstable

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Kevin W. Monroe
  • Date: 2015-05-29 22:24:36 UTC
  • Revision ID: kevin.monroe@canonical.com-20150529222436-df0zo3ysh1e3hiic
reference plugin instead of client in the docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
This will deploy the Apache Hadoop platform with Apache Hive available to
20
20
perform SQL-like queries against your data.
21
21
 
22
 
You can also manually load and run map-reduce jobs via the client:
 
22
You can also manually load and run map-reduce jobs via the plugin charm
 
23
included in the bigdata bundles linked above:
23
24
 
24
 
    juju scp my-job.jar client/0:
25
 
    juju ssh client/0
 
25
    juju scp my-job.jar plugin/0:
 
26
    juju ssh plugin/0
26
27
    hadoop jar my-job.jar
27
28
 
28
29
 
57
58
 
58
59
You can fetch the resources for all of the Apache Hadoop charms
59
60
(`apache-hadoop-hdfs-master`, `apache-hadoop-yarn-master`,
60
 
`apache-hadoop-hdfs-secondary`, `apache-hadoop-client`, etc) into a single
 
61
`apache-hadoop-hdfs-secondary`, `apache-hadoop-plugin`, etc) into a single
61
62
directory and serve them all with a single `juju resources serve` instance.
62
63
 
63
64