[jira] [Updated] (HBASE-18746) Throw exception with job.getStatus().getFailureInfo() when ExportSnapshot fails

2018-03-21 Thread stack (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-18746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-18746:
--
Fix Version/s: 2.0.0

> Throw exception with job.getStatus().getFailureInfo() when ExportSnapshot 
> fails
> ---
>
> Key: HBASE-18746
> URL: https://issues.apache.org/jira/browse/HBASE-18746
> Project: HBase
>  Issue Type: Improvement
>  Components: mapreduce, snapshots
>Reporter: Chia-Ping Tsai
>Assignee: ChunHao
>Priority: Minor
>  Labels: beginner
> Fix For: 1.4.0, 1.3.2, 1.2.7, 2.0.0-alpha-3, 2.0.0
>
> Attachments: HBASE-18746.branch-2.v0.patch, 
> HBASE-18746.branch-2.v1.patch
>
>
> {code}
> // Run the MR Job
> if (!job.waitForCompletion(true)) {
>   // TODO: Replace the fixed string with job.getStatus().getFailureInfo()
>   // when it will be available on all the supported versions.
>   throw new ExportSnapshotException("Copy Files Map-Reduce Job failed");
> }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-18746) Throw exception with job.getStatus().getFailureInfo() when ExportSnapshot fails

2017-09-05 Thread stack (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-18746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-18746:
--
Fix Version/s: (was: 1.5.0)

> Throw exception with job.getStatus().getFailureInfo() when ExportSnapshot 
> fails
> ---
>
> Key: HBASE-18746
> URL: https://issues.apache.org/jira/browse/HBASE-18746
> Project: HBase
>  Issue Type: Improvement
>  Components: mapreduce, snapshots
>Reporter: Chia-Ping Tsai
>Assignee: ChunHao
>Priority: Minor
>  Labels: beginner
> Fix For: 1.4.0, 1.3.2, 1.2.7, 2.0.0-alpha-3
>
> Attachments: HBASE-18746.branch-2.v0.patch, 
> HBASE-18746.branch-2.v1.patch
>
>
> {code}
> // Run the MR Job
> if (!job.waitForCompletion(true)) {
>   // TODO: Replace the fixed string with job.getStatus().getFailureInfo()
>   // when it will be available on all the supported versions.
>   throw new ExportSnapshotException("Copy Files Map-Reduce Job failed");
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-18746) Throw exception with job.getStatus().getFailureInfo() when ExportSnapshot fails

2017-09-04 Thread Chia-Ping Tsai (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-18746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chia-Ping Tsai updated HBASE-18746:
---
  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

[~chunhao] Thanks for the patch.

> Throw exception with job.getStatus().getFailureInfo() when ExportSnapshot 
> fails
> ---
>
> Key: HBASE-18746
> URL: https://issues.apache.org/jira/browse/HBASE-18746
> Project: HBase
>  Issue Type: Improvement
>  Components: mapreduce, snapshots
>Reporter: Chia-Ping Tsai
>Assignee: ChunHao
>Priority: Minor
>  Labels: beginner
> Fix For: 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-3
>
> Attachments: HBASE-18746.branch-2.v0.patch, 
> HBASE-18746.branch-2.v1.patch
>
>
> {code}
> // Run the MR Job
> if (!job.waitForCompletion(true)) {
>   // TODO: Replace the fixed string with job.getStatus().getFailureInfo()
>   // when it will be available on all the supported versions.
>   throw new ExportSnapshotException("Copy Files Map-Reduce Job failed");
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-18746) Throw exception with job.getStatus().getFailureInfo() when ExportSnapshot fails

2017-09-03 Thread ChunHao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-18746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ChunHao updated HBASE-18746:

Status: Patch Available  (was: Open)

> Throw exception with job.getStatus().getFailureInfo() when ExportSnapshot 
> fails
> ---
>
> Key: HBASE-18746
> URL: https://issues.apache.org/jira/browse/HBASE-18746
> Project: HBase
>  Issue Type: Improvement
>  Components: mapreduce, snapshots
>Reporter: Chia-Ping Tsai
>Assignee: ChunHao
>Priority: Minor
>  Labels: beginner
> Fix For: 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-3
>
> Attachments: HBASE-18746.branch-2.v0.patch, 
> HBASE-18746.branch-2.v1.patch
>
>
> {code}
> // Run the MR Job
> if (!job.waitForCompletion(true)) {
>   // TODO: Replace the fixed string with job.getStatus().getFailureInfo()
>   // when it will be available on all the supported versions.
>   throw new ExportSnapshotException("Copy Files Map-Reduce Job failed");
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-18746) Throw exception with job.getStatus().getFailureInfo() when ExportSnapshot fails

2017-09-03 Thread ChunHao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-18746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ChunHao updated HBASE-18746:

Status: Open  (was: Patch Available)

> Throw exception with job.getStatus().getFailureInfo() when ExportSnapshot 
> fails
> ---
>
> Key: HBASE-18746
> URL: https://issues.apache.org/jira/browse/HBASE-18746
> Project: HBase
>  Issue Type: Improvement
>  Components: mapreduce, snapshots
>Reporter: Chia-Ping Tsai
>Assignee: ChunHao
>Priority: Minor
>  Labels: beginner
> Fix For: 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-3
>
> Attachments: HBASE-18746.branch-2.v0.patch, 
> HBASE-18746.branch-2.v1.patch
>
>
> {code}
> // Run the MR Job
> if (!job.waitForCompletion(true)) {
>   // TODO: Replace the fixed string with job.getStatus().getFailureInfo()
>   // when it will be available on all the supported versions.
>   throw new ExportSnapshotException("Copy Files Map-Reduce Job failed");
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-18746) Throw exception with job.getStatus().getFailureInfo() when ExportSnapshot fails

2017-09-03 Thread ChunHao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-18746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ChunHao updated HBASE-18746:

Attachment: HBASE-18746.branch-2.v1.patch

> Throw exception with job.getStatus().getFailureInfo() when ExportSnapshot 
> fails
> ---
>
> Key: HBASE-18746
> URL: https://issues.apache.org/jira/browse/HBASE-18746
> Project: HBase
>  Issue Type: Improvement
>  Components: mapreduce, snapshots
>Reporter: Chia-Ping Tsai
>Assignee: ChunHao
>Priority: Minor
>  Labels: beginner
> Fix For: 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-3
>
> Attachments: HBASE-18746.branch-2.v0.patch, 
> HBASE-18746.branch-2.v1.patch
>
>
> {code}
> // Run the MR Job
> if (!job.waitForCompletion(true)) {
>   // TODO: Replace the fixed string with job.getStatus().getFailureInfo()
>   // when it will be available on all the supported versions.
>   throw new ExportSnapshotException("Copy Files Map-Reduce Job failed");
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-18746) Throw exception with job.getStatus().getFailureInfo() when ExportSnapshot fails

2017-09-03 Thread ChunHao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-18746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ChunHao updated HBASE-18746:

Attachment: (was: HBASE-18746.branch-2.v1.patch)

> Throw exception with job.getStatus().getFailureInfo() when ExportSnapshot 
> fails
> ---
>
> Key: HBASE-18746
> URL: https://issues.apache.org/jira/browse/HBASE-18746
> Project: HBase
>  Issue Type: Improvement
>  Components: mapreduce, snapshots
>Reporter: Chia-Ping Tsai
>Assignee: ChunHao
>Priority: Minor
>  Labels: beginner
> Fix For: 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-3
>
> Attachments: HBASE-18746.branch-2.v0.patch, 
> HBASE-18746.branch-2.v1.patch
>
>
> {code}
> // Run the MR Job
> if (!job.waitForCompletion(true)) {
>   // TODO: Replace the fixed string with job.getStatus().getFailureInfo()
>   // when it will be available on all the supported versions.
>   throw new ExportSnapshotException("Copy Files Map-Reduce Job failed");
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-18746) Throw exception with job.getStatus().getFailureInfo() when ExportSnapshot fails

2017-09-03 Thread ChunHao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-18746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ChunHao updated HBASE-18746:

Status: Open  (was: Patch Available)

> Throw exception with job.getStatus().getFailureInfo() when ExportSnapshot 
> fails
> ---
>
> Key: HBASE-18746
> URL: https://issues.apache.org/jira/browse/HBASE-18746
> Project: HBase
>  Issue Type: Improvement
>  Components: mapreduce, snapshots
>Reporter: Chia-Ping Tsai
>Assignee: ChunHao
>Priority: Minor
>  Labels: beginner
> Fix For: 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-3
>
> Attachments: HBASE-18746.branch-2.v0.patch, 
> HBASE-18746.branch-2.v1.patch
>
>
> {code}
> // Run the MR Job
> if (!job.waitForCompletion(true)) {
>   // TODO: Replace the fixed string with job.getStatus().getFailureInfo()
>   // when it will be available on all the supported versions.
>   throw new ExportSnapshotException("Copy Files Map-Reduce Job failed");
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-18746) Throw exception with job.getStatus().getFailureInfo() when ExportSnapshot fails

2017-09-03 Thread ChunHao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-18746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ChunHao updated HBASE-18746:

Status: Patch Available  (was: Open)

> Throw exception with job.getStatus().getFailureInfo() when ExportSnapshot 
> fails
> ---
>
> Key: HBASE-18746
> URL: https://issues.apache.org/jira/browse/HBASE-18746
> Project: HBase
>  Issue Type: Improvement
>  Components: mapreduce, snapshots
>Reporter: Chia-Ping Tsai
>Assignee: ChunHao
>Priority: Minor
>  Labels: beginner
> Fix For: 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-3
>
> Attachments: HBASE-18746.branch-2.v0.patch, 
> HBASE-18746.branch-2.v1.patch
>
>
> {code}
> // Run the MR Job
> if (!job.waitForCompletion(true)) {
>   // TODO: Replace the fixed string with job.getStatus().getFailureInfo()
>   // when it will be available on all the supported versions.
>   throw new ExportSnapshotException("Copy Files Map-Reduce Job failed");
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-18746) Throw exception with job.getStatus().getFailureInfo() when ExportSnapshot fails

2017-09-03 Thread ChunHao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-18746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ChunHao updated HBASE-18746:

Attachment: HBASE-18746.branch-2.v1.patch

> Throw exception with job.getStatus().getFailureInfo() when ExportSnapshot 
> fails
> ---
>
> Key: HBASE-18746
> URL: https://issues.apache.org/jira/browse/HBASE-18746
> Project: HBase
>  Issue Type: Improvement
>  Components: mapreduce, snapshots
>Reporter: Chia-Ping Tsai
>Assignee: ChunHao
>Priority: Minor
>  Labels: beginner
> Fix For: 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-3
>
> Attachments: HBASE-18746.branch-2.v0.patch, 
> HBASE-18746.branch-2.v1.patch
>
>
> {code}
> // Run the MR Job
> if (!job.waitForCompletion(true)) {
>   // TODO: Replace the fixed string with job.getStatus().getFailureInfo()
>   // when it will be available on all the supported versions.
>   throw new ExportSnapshotException("Copy Files Map-Reduce Job failed");
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-18746) Throw exception with job.getStatus().getFailureInfo() when ExportSnapshot fails

2017-09-03 Thread ChunHao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-18746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ChunHao updated HBASE-18746:

Status: Patch Available  (was: Open)

> Throw exception with job.getStatus().getFailureInfo() when ExportSnapshot 
> fails
> ---
>
> Key: HBASE-18746
> URL: https://issues.apache.org/jira/browse/HBASE-18746
> Project: HBase
>  Issue Type: Improvement
>  Components: mapreduce, snapshots
>Reporter: Chia-Ping Tsai
>Assignee: ChunHao
>Priority: Minor
>  Labels: beginner
> Fix For: 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-3
>
> Attachments: HBASE-18746.branch-2.v0.patch
>
>
> {code}
> // Run the MR Job
> if (!job.waitForCompletion(true)) {
>   // TODO: Replace the fixed string with job.getStatus().getFailureInfo()
>   // when it will be available on all the supported versions.
>   throw new ExportSnapshotException("Copy Files Map-Reduce Job failed");
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-18746) Throw exception with job.getStatus().getFailureInfo() when ExportSnapshot fails

2017-09-03 Thread ChunHao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-18746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ChunHao updated HBASE-18746:

Attachment: HBASE-18746.branch-2.v0.patch

> Throw exception with job.getStatus().getFailureInfo() when ExportSnapshot 
> fails
> ---
>
> Key: HBASE-18746
> URL: https://issues.apache.org/jira/browse/HBASE-18746
> Project: HBase
>  Issue Type: Improvement
>  Components: mapreduce, snapshots
>Reporter: Chia-Ping Tsai
>Assignee: ChunHao
>Priority: Minor
>  Labels: beginner
> Fix For: 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-3
>
> Attachments: HBASE-18746.branch-2.v0.patch
>
>
> {code}
> // Run the MR Job
> if (!job.waitForCompletion(true)) {
>   // TODO: Replace the fixed string with job.getStatus().getFailureInfo()
>   // when it will be available on all the supported versions.
>   throw new ExportSnapshotException("Copy Files Map-Reduce Job failed");
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)