You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Peter Slawski (JIRA)" <ji...@apache.org> on 2015/03/18 23:30:38 UTC

[jira] [Created] (BIGTOP-1764) Fix copying mapreduce jars to HDFS for Oozie

Peter Slawski created BIGTOP-1764:
-------------------------------------

             Summary: Fix copying mapreduce jars to HDFS for Oozie
                 Key: BIGTOP-1764
                 URL: https://issues.apache.org/jira/browse/BIGTOP-1764
             Project: Bigtop
          Issue Type: Bug
            Reporter: Peter Slawski
            Priority: Minor


On HDFS after puppet apply, */user/oozie/share/lib/distcp* does not exist and */user/oozie/share/lib/mapreduce-streaming* is empty. This looks to be a bug in copying jars in [init-hcfs.groovy#L283|https://github.com/apache/bigtop/blob/master/bigtop-packages/src/common/bigtop-utils/init-hcfs.groovy#L283]

{code}
$ hadoop fs -ls /user/oozie/share/lib/
drwxr-xr-x   - hdfs hadoop          0 2015-03-18 21:47 /user/oozie/share/lib/distcp
drwxr-xr-x   - hdfs hadoop          0 2015-03-18 21:47 /user/oozie/share/lib/hive
drwxr-xr-x   - hdfs hadoop          0 2015-03-18 21:47 /user/oozie/share/lib/mapreduce
drwxr-xr-x   - hdfs hadoop          0 2015-03-18 21:47 /user/oozie/share/lib/mapreduce-streaming
drwxr-xr-x   - hdfs hadoop          0 2015-03-18 21:47 /user/oozie/share/lib/pig
{code}

{code}
$ hadoop fs -ls /user/oozie/share/lib/mapreduce-streaming
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)