mirror of
https://github.com/apache/sqoop.git
synced 2025-05-04 20:30:06 +08:00
SQOOP-905: Sqoop 2: Job submission shows wrong date format in client console
(Vasanth kumar RJ via Jarek Jarcec Cecho)
This commit is contained in:
parent
641a9c856f
commit
07d5a4f00d
@ -34,7 +34,7 @@ public final class SubmissionDisplayer {
|
|||||||
|
|
||||||
public static void display(IO io, MSubmission submission) {
|
public static void display(IO io, MSubmission submission) {
|
||||||
|
|
||||||
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-mm-dd HH:mm:ss z");
|
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss z");
|
||||||
io.out.println("@|bold Submission details|@");
|
io.out.println("@|bold Submission details|@");
|
||||||
|
|
||||||
io.out.print("Job id: ");
|
io.out.print("Job id: ");
|
||||||
|
@ -128,8 +128,8 @@ When all meta data objects are in place we can start moving data around. You can
|
|||||||
Submission details
|
Submission details
|
||||||
Job id: 1
|
Job id: 1
|
||||||
Status: BOOTING
|
Status: BOOTING
|
||||||
Creation date: 2012-20-23 13:20:34 PST
|
Creation date: 2012-12-23 13:20:34 PST
|
||||||
Last update date: 2012-20-23 13:20:34 PST
|
Last update date: 2012-12-23 13:20:34 PST
|
||||||
External Id: job_1353136146286_0004
|
External Id: job_1353136146286_0004
|
||||||
http://hadoop.cluster.com:8088/proxy/application_1353136146286_0004/
|
http://hadoop.cluster.com:8088/proxy/application_1353136146286_0004/
|
||||||
Progress: Progress is not available
|
Progress: Progress is not available
|
||||||
@ -140,8 +140,8 @@ You can iteratively check your running job status with ``submission status`` com
|
|||||||
Submission details
|
Submission details
|
||||||
Job id: 1
|
Job id: 1
|
||||||
Status: RUNNING
|
Status: RUNNING
|
||||||
Creation date: 2012-21-23 13:21:45 PST
|
Creation date: 2012-12-23 13:21:45 PST
|
||||||
Last update date: 2012-21-23 13:21:56 PST
|
Last update date: 2012-12-23 13:21:56 PST
|
||||||
External Id: job_1353136146286_0005
|
External Id: job_1353136146286_0005
|
||||||
http://hadoop.cluster.com:8088/proxy/application_1353136146286_0004/
|
http://hadoop.cluster.com:8088/proxy/application_1353136146286_0004/
|
||||||
Progress: 0.00 %
|
Progress: 0.00 %
|
||||||
@ -152,8 +152,8 @@ And finally you can stop running job at any time using ``submission stop`` comma
|
|||||||
Submission details
|
Submission details
|
||||||
Job id: 1
|
Job id: 1
|
||||||
Status: FAILED
|
Status: FAILED
|
||||||
Creation date: 2012-22-23 13:22:39 PST
|
Creation date: 2012-12-23 13:22:39 PST
|
||||||
Last update date: 2012-22-23 13:22:42 PST
|
Last update date: 2012-12-23 13:22:42 PST
|
||||||
External Id: job_1353136146286_0006
|
External Id: job_1353136146286_0006
|
||||||
http://hadoop.cluster.com:8088/proxy/application_1353136146286_0004/
|
http://hadoop.cluster.com:8088/proxy/application_1353136146286_0004/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user