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

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

    [ https://issues.apache.org/jira/browse/BIGTOP-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14368078#comment-14368078 ] 

Konstantin Boudnik commented on BIGTOP-1764:
--------------------------------------------

I have noticed it in my testing, but attributed it to the fact that I didn't have Oozie installed on the cluster. Is yours installed?

> 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
>    Affects Versions: 1.0.0
>            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)