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

Hadoop QA commented on OOZIE-1770:
----------------------------------

Testing JIRA OOZIE-1770

Cleaning local git workspace

----------------------------

{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:green}+1 RAW_PATCH_ANALYSIS{color}
.    {color:green}+1{color} the patch does not introduce any @author tags
.    {color:green}+1{color} the patch does not introduce any tabs
.    {color:green}+1{color} the patch does not introduce any trailing spaces
.    {color:green}+1{color} the patch does not introduce any line longer than 
132
.    {color:green}+1{color} the patch does adds/modifies 52 testcase(s)
{color:green}+1 RAT{color}
.    {color:green}+1{color} the patch does not seem to introduce new RAT 
warnings
{color:red}-1 JAVADOC{color}
.    {color:red}-1{color} the patch seems to introduce 6 new Javadoc warning(s)
{color:green}+1 COMPILE{color}
.    {color:green}+1{color} HEAD compiles
.    {color:green}+1{color} patch compiles
.    {color:green}+1{color} the patch does not seem to introduce new javac 
warnings
{color:red}-1{color} There are [6] new bugs found below threshold in total that 
must be fixed.
. {color:green}+1{color} There are no new bugs found in [server].
. {color:green}+1{color} There are no new bugs found in [client].
. {color:red}-1{color} There are [6] new bugs found below threshold in [core] 
that must be fixed, listing only the first [5] ones.
. You can find the FindBugs diff here (look for the red and orange ones): 
core/findbugs-new.html
. The top [5] most important FindBugs errors are:
. At CredentialsProviderFactory.java:[lines 43-44]: Incorrect lazy 
initialization of static field 
org.apache.oozie.action.hadoop.CredentialsProviderFactory.instance in 
org.apache.oozie.action.hadoop.CredentialsProviderFactory.getInstance()
. At LauncherHelper.java:[line 69]: Found reliance on default encoding in 
org.apache.oozie.action.hadoop.LauncherHelper.getRecoveryId(Configuration, 
Path, String): new java.io.InputStreamReader(InputStream)
. At LauncherHelper.java:[line 160]: Found reliance on default encoding in 
org.apache.oozie.action.hadoop.LauncherHelper.getTag(String): String.getBytes()
. At LauncherHelper.java:[line 271]: Found reliance on default encoding in 
org.apache.oozie.action.hadoop.LauncherHelper$1.run(): new 
java.io.InputStreamReader(InputStream)
. Another occurrence at LauncherHelper.java:[line 285]: Another occurrence at 
LauncherHelper.java:[line 277]
. {color:green}+1{color} There are no new bugs found in [docs].
. {color:green}+1{color} There are no new bugs found in 
[hadooplibs/hadoop-utils-2].
. {color:orange}0{color} There are [1] new bugs found in [tools] that would be 
nice to have fixed.
. You can find the FindBugs diff here: tools/findbugs-new.html
. {color:green}+1{color} There are no new bugs found in [examples].
. {color:green}+1{color} There are no new bugs found in [sharelib/streaming].
. {color:green}+1{color} There are no new bugs found in [sharelib/sqoop].
. {color:green}+1{color} There are no new bugs found in [sharelib/distcp].
. {color:orange}0{color} There are [6] new bugs found in [sharelib/oozie] that 
would be nice to have fixed.
. You can find the FindBugs diff here: sharelib/oozie/findbugs-new.html
. {color:green}+1{color} There are no new bugs found in [sharelib/hcatalog].
. {color:green}+1{color} There are no new bugs found in [sharelib/hive].
. {color:green}+1{color} There are no new bugs found in [sharelib/hive2].
. {color:green}+1{color} There are no new bugs found in [sharelib/pig].
. {color:green}+1{color} There are no new bugs found in [sharelib/spark].
{color:red}-1 BACKWARDS_COMPATIBILITY{color}
.    {color:green}+1{color} the patch does not change any JPA 
Entity/Colum/Basic/Lob/Transient annotations
.    {color:red}-1{color} the patch modifies 1 JPA file(s), persistence.xml or 
*-orm.xml
{color:red}-1 TESTS{color}
.    Tests run: 1955
.    Tests failed: 0
.    Tests errors: 2

.    The patch failed the following testcases:

.      

.    Tests failing with errors:
.      testCheckAndSetACLs(org.apache.oozie.util.TestZKUtilsWithSecurity)
.      testNewUsingACLs(org.apache.oozie.util.TestZKUtilsWithSecurity)

{color:green}+1 DISTRO{color}
.    {color:green}+1{color} distro tarball builds with the patch 

----------------------------
{color:red}*-1 Overall result, please check the reported -1(s)*{color}


The full output of the test-patch run is available at

. https://builds.apache.org/job/oozie-trunk-precommit-build/3835/

> Create Oozie Application Master for YARN
> ----------------------------------------
>
>                 Key: OOZIE-1770
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1770
>             Project: Oozie
>          Issue Type: New Feature
>            Reporter: Bowen Zhang
>            Assignee: Peter Cseh
>         Attachments: OOZIE-1770-001.patch, OOZIE-1770-002.patch, 
> OOZIE-1770-003.patch, OOZIE-1770-004.patch, OOZIE-1770-005.patch, 
> OOZIE-1770-006.patch, OOZIE-1770-007.patch, OOZIE-1770-008.patch, 
> OOZIE-1770-009.patch, OOZIE-1770-010.patch, OOZIE-1770-011.patch, 
> OOZIE-1770-012.patch, OOZIE-1770-013.patch, OOZIE-1770-014.patch, 
> OozieYarnAM.pdf, oya.patch, oya-rm-screenshot.jpg, OYA Scoping Doc 001.pdf, 
> Prelim OYA Scoping Doc 001.pdf, Prelim OYA Scoping Doc 002.pdf, Prelim OYA 
> Scoping Doc 003.pdf
>
>
> After the first release of oozie on hadoop 2, it will be good if users can 
> set execution engine in oozie conf, be it YARN AM or traditional MR. We can 
> target this for post oozie 4.1 release.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to