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

Hadoop QA commented on OOZIE-966:
---------------------------------

Testing JIRA OOZIE-966

Cleaning local svn workspace

{code}
----------------------------

+1 PATCH_APPLIES
   CLEAN cleaned target directories
-1 RAW_PATCH_ANALYSIS
    +1 the patch does not introduce any @author tags
    +1 the patch does not introduce any tabs
    +1 the patch does not introduce any trailing spaces
    +1 the patch does not introduce any line longer than 132
    -1 the patch does not add/modify any testcase
+1 RAT
    +1 the patch does not seem to introduce new RAT warnings
+1 JAVADOC
    +1 the patch does not seem to introduce new Javadoc warnings
+1 COMPILE
    +1 HEAD compiles
    +1 patch compiles
    +1 the patch does not seem to introduce new javac warnings
+1 BACKWARDS_COMPATIBILITY
    +1 the patch does not change any JPA Entity/Colum/Basic/Lob/Transient 
annotations
    +1 the patch does not modify JPA files
+1 TESTS
   Tests run: 901
   Tests failures: 2
   Tests errors: 0
+1 DISTRO
    +1 distro tarball builds with the patch 

----------------------------
{code}

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

   https://builds.apache.org/job/oozie-trunk-precommit-build/63/
                
> Fix formatting in CLI output when GMT-#### and GMT-##:## formatted timezones 
> are used
> -------------------------------------------------------------------------------------
>
>                 Key: OOZIE-966
>                 URL: https://issues.apache.org/jira/browse/OOZIE-966
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Robert Kanter
>            Assignee: Robert Kanter
>         Attachments: OOZIE-966.patch, OOZIE-966.patch, OOZIE-966.patch
>
>
> If you use a timezone like GMT-#### or GMT-##:## in the oozie CLI, the output 
> looks like this:
> {code}
> Job ID                                   App Name     Status    User      
> Group     Started                 Ended                   
> ------------------------------------------------------------------------------------------------------------------------------------
> 0000000-120823130824882-oozie-rkan-W     no-op-wf     SUCCEEDED rkanter   -   
>       2012-08-23 13:10 GMT-07:002012-08-23 13:10 GMT-07:00
> ------------------------------------------------------------------------------------------------------------------------------------
> {code}
> The problem is that "GMT-07:00" is 9 characters while it normally only prints 
> out a 3 or 4 character timezone (e.g. "PST").  
> We should also stop hiding these from the list of available timezones.  
> The Web UI doesn't have this problem because the columns are resizable.  
> However, we should add some "basic" GMT offsets to the time zone combo box.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to