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

Hadoop QA commented on OOZIE-49:
--------------------------------

tucu00 remarked:
To avoid that the pom.xml must have in the top properties the following and you 
should be  done.

<properties>
..
  <oozie.test.user.oozie>${user.name}</oozie.test.user.oozie>
  <oozie.test.user.test1>test</oozie.test.user.test1>
  <oozie.test.user.test2>test1</oozie.test.user.test2>
  <oozie.test.user.test3>test2</oozie.test.user.test3>
  <oozie.test.group>test2</oozie.test.group>
</properties>

> GH-3: The XTestCase.getTestUser() method returns the hardcoded username test. 
> This results in failure due to SSH authentication failure in case this user 
> is not setup correctly.
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OOZIE-49
>                 URL: https://issues.apache.org/jira/browse/OOZIE-49
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Hadoop QA
>
> One workaround would be to run the tests as test user and have the 
> environment setup correctly for that. The other solution would be to by 
> default use the current user for test purposes, and overwrite that to another 
> user where necessary.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to