[
https://issues.apache.org/jira/browse/FALCON-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15402966#comment-15402966
]
ASF GitHub Bot commented on FALCON-2047:
----------------------------------------
GitHub user sowmyaramesh opened a pull request:
https://github.com/apache/falcon/pull/252
FALCON-2047 Use /apps/falcon/extensions/mirroring as base dir for HiveDR
instead of /apps/data-mirroring/
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sowmyaramesh/falcon FALCON-2047
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/falcon/pull/252.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #252
----
commit c2c42dd21d59207f221f726bd907c457859c3555
Author: Sowmya Ramesh <[email protected]>
Date: 2016-08-01T22:41:17Z
FALCON-2047 Use /apps/falcon/extensions/mirroring as base dir for HiveDR
instead of /apps/data-mirroring/
----
> HiveDR tests are failed due to data-mirroring does not have correct
> ownership/permissions
> -----------------------------------------------------------------------------------------
>
> Key: FALCON-2047
> URL: https://issues.apache.org/jira/browse/FALCON-2047
> Project: Falcon
> Issue Type: Bug
> Components: replication
> Affects Versions: 0.10
> Reporter: Murali Ramasami
> Assignee: Sowmya Ramesh
> Priority: Critical
> Fix For: trunk
>
>
> When I executed the hiveDR cases in unsecure cluster it is failed because of
> /apps/data-mirroring does not have correct ownership/permissions. Please see
> the error message below:
> {noformat}
> LogType:stderr
> Log Upload Time:Tue Jun 21 21:02:06 +0000 2016
> LogLength:860
> Log Contents:
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in
> [jar:file:/grid/0/hadoop/yarn/local/filecache/317/slf4j-log4j12-1.6.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in
> [jar:file:/grid/0/hadoop/yarn/local/filecache/39/mapreduce.tar.gz/hadoop/share/hadoop/common/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
> explanation.
> SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
> Invalid arguments: Base dir
> hdfs://mramasami-falcon-multicluster-10.openstacklocal:8020/apps/data-mirroring
> does not have correct ownership/permissions. Please set group to users and
> permissions to rwxrwx---
> Intercepting System.exit(-1)
> Failing Oozie Launcher, Main class [org.apache.oozie.action.hadoop.JavaMain],
> exit code [-1]
> End of LogType:stderr
> LogType:stdout
> Log Upload Time:Tue Jun 21 21:02:06 +0000 2016
> LogLength:192002
> Log Contents:
> Oozie Launcher starts
> {noformat}
> Permission :
> {noformat}
> hrt_qa@mramasami-falcon-multicluster-13:/grid/0/hadoopqe/tests/falcon/falcon-regression/falcon-regression/merlin/target/surefire-reports$
> hdfs dfs -ls /apps/
> Found 3 items
> drwxrwxrwx - falcon hdfs 0 2016-06-21 19:04 /apps/data-mirroring
> drwxrwxrwx - falcon hdfs 0 2016-06-21 19:04 /apps/falcon
> drwxr-xr-x - hdfs hdfs 0 2016-06-21 19:07 /apps/hive
> {noformat}
> So /apps/data-mirroring contains full permission but it expects 770.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)