You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/03/15 06:04:33 UTC

[jira] [Commented] (FALCON-1854) Fixing PrismProcessScheduleTest and NoOutputProcessTest

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

ASF GitHub Bot commented on FALCON-1854:
----------------------------------------

GitHub user muraliramasami opened a pull request:

    https://github.com/apache/falcon/pull/67

    FALCON-1854 : Fixing PrismProcessScheduleTest and NoOutputProcessTest

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/muraliramasami/falcon_murali master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/falcon/pull/67.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 #67
    
----
commit 0f9c8f71e6b7528b736f23c1155f41b0cfbfaf01
Author: Murali Ramasami <mr...@hortonworks.com>
Date:   2016-03-15T05:02:06Z

    FALCON-1854 : Fixing PrismProcessScheduleTest and NoOutputProcessTest

----


> Fixing PrismProcessScheduleTest and NoOutputProcessTest
> -------------------------------------------------------
>
>                 Key: FALCON-1854
>                 URL: https://issues.apache.org/jira/browse/FALCON-1854
>             Project: Falcon
>          Issue Type: Bug
>          Components: regression
>    Affects Versions: trunk
>            Reporter: Murali Ramasami
>            Assignee: Murali Ramasami
>             Fix For: trunk
>
>
> The following test cases are failed when creating the hdfs directory in the root location because of insufficient permission. 
> [hrt_qa@os-r7-murali-falcon-15 surefire-reports]$ oozie job -oozie http://os-r7-murali-falcon-13.novalocal:11000/oozie/ -info 0000764-160309091959168-oozie-oozi-W
> Job ID : 0000764-160309091959168-oozie-oozi-W
> ------------------------------------------------------------------------------------------------------------------------------------
> Workflow Name : aggregator-wf
> App Path      : hdfs://os-r7-murali-falcon-14.novalocal:8020/tmp/falcon-regression/NoOutputProcessTest
> Status        : KILLED
> Run           : 0
> User          : hrt_qa
> Group         : -
> Created       : 2016-03-09 15:43 GMT
> Started       : 2016-03-09 15:43 GMT
> Last Modified : 2016-03-09 15:43 GMT
> Ended         : 2016-03-09 15:43 GMT
> CoordAction ID: 0000763-160309091959168-oozie-oozi-W
> Actions
> ------------------------------------------------------------------------------------------------------------------------------------
> ID                                                                            Status    Ext ID                 Ext Status Err Code
> ------------------------------------------------------------------------------------------------------------------------------------
> 0000764-160309091959168-oozie-oozi-W@:start:                                  OK        -                      OK         -
> ------------------------------------------------------------------------------------------------------------------------------------
> 0000764-160309091959168-oozie-oozi-W@hdfscommands                             ERROR     -                      ERROR      FS014
> ------------------------------------------------------------------------------------------------------------------------------------
> 0000764-160309091959168-oozie-oozi-W@fail                                     OK        -                      OK         E0729
> ------------------------------------------------------------------------------------------------------------------------------------
> Error Message:
> FS014: Permission denied: user=hrt_qa, access=WRITE, inode="/noinput/nooutput/test":hdfs:hdfs:drwxr-xr-x	at org.apache.hadoop.hdfs.server.namenode.FSPermissionChecker.check(FSPermissionChecker.java:319)	at org.apache.hadoop.hdfs.server.namenode.FSPermissionChecker.check(FSPermissionChecker.java:292)	at org.apache.hadoop.hdfs.server.namenode.FSPermissionChecker.checkPermission(FSPermissionChecker.java:213)	at org.apache.hadoop.hdfs.server.namenode.FSPermissionChecker.checkPermission(FSPermissionChecker.java)
> Test Cases Failed:
> PrismProcessScheduleTest.testScheduleWhenZeroInputs
> PrismProcessScheduleTest.testScheduleWhenZeroInputsZeroOutputs 
> NoOutputProcessTest.checkForJMSMsgWhenNoOutput 
> NoOutputProcessTest.rm



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