You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by an...@apache.org on 2012/01/06 22:57:54 UTC

svn commit: r1228441 - in /incubator/oozie/branches/3.1: client/src/main/java/org/apache/oozie/cli/OozieCLI.java release-log.txt

Author: angeloh
Date: Fri Jan  6 21:57:54 2012
New Revision: 1228441

URL: http://svn.apache.org/viewvc?rev=1228441&view=rev
Log:
OOZIE-572 Space missing between id and status for action id >= 1000. (Virag via Mohammad)

Modified:
    incubator/oozie/branches/3.1/client/src/main/java/org/apache/oozie/cli/OozieCLI.java
    incubator/oozie/branches/3.1/release-log.txt

Modified: incubator/oozie/branches/3.1/client/src/main/java/org/apache/oozie/cli/OozieCLI.java
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/3.1/client/src/main/java/org/apache/oozie/cli/OozieCLI.java?rev=1228441&r1=1228440&r2=1228441&view=diff
==============================================================================
--- incubator/oozie/branches/3.1/client/src/main/java/org/apache/oozie/cli/OozieCLI.java (original)
+++ incubator/oozie/branches/3.1/client/src/main/java/org/apache/oozie/cli/OozieCLI.java Fri Jan  6 21:57:54 2012
@@ -888,7 +888,7 @@ public class OozieCLI {
     private static final String BUNDLE_COORD_JOBS_FORMATTER = "%-41s%-10s%-5s%-13s%-24s%-24s";
 
     private static final String WORKFLOW_ACTION_FORMATTER = "%-78s%-10s%-23s%-11s%-10s";
-    private static final String COORD_ACTION_FORMATTER = "%-41s%-10s%-37s%-10s%-17s%-17s";
+    private static final String COORD_ACTION_FORMATTER = "%-43s%-10s%-37s%-10s%-17s%-17s";
 
     private void printJob(WorkflowJob job, boolean localtime, boolean verbose) throws IOException {
         System.out.println("Job ID : " + maskIfNull(job.getId()));

Modified: incubator/oozie/branches/3.1/release-log.txt
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/3.1/release-log.txt?rev=1228441&r1=1228440&r2=1228441&view=diff
==============================================================================
--- incubator/oozie/branches/3.1/release-log.txt (original)
+++ incubator/oozie/branches/3.1/release-log.txt Fri Jan  6 21:57:54 2012
@@ -7,6 +7,7 @@ OOZIE-25 Removing confusing exception tr
 OOZIE-567 Is sub-workflow lib directory not used? Libraries of both parent and child workflows need to be added to classpath
 OOZIE-564 Embedded pig within python fails when run using oozie
 OOZIE-569 Update documentation on external dataset definition
+OOZIE-572 Space missing between id and status for action id >= 1000
 
 -- Oozie 3.1.0 release
 OOZIE-37 Documentation related modifications for "log -action" option