[jira] [Updated] (HBASE-14007) Writing to table through MR should fail upfront if table does not exist/is disabled

2016-06-27 Thread Ted Yu (JIRA)

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

Ted Yu updated HBASE-14007:
---
  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Thanks for the patch, Thiruvel

> Writing to table through MR should fail upfront if table does not exist/is 
> disabled
> ---
>
> Key: HBASE-14007
> URL: https://issues.apache.org/jira/browse/HBASE-14007
> Project: HBase
>  Issue Type: Improvement
>  Components: mapreduce
>Affects Versions: 1.1.1
>Reporter: Thiruvel Thirumoolan
>Assignee: Thiruvel Thirumoolan
>Priority: Minor
>  Labels: mapreduce
> Fix For: 2.0.0, 1.4.0
>
> Attachments: HBASE-14007.branch-1.000.patch, 
> HBASE-14007.branch-1.001.patch, HBASE-14007.branch-1.003.patch, 
> HBASE-14007.master.001.patch, HBASE-14007.master.002.patch, HBASE-14007.patch
>
>
> TableOutputFormat.checkOutputSpecs() needs to be fixed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14007) Writing to table through MR should fail upfront if table does not exist/is disabled

2016-06-27 Thread Thiruvel Thirumoolan (JIRA)

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

Thiruvel Thirumoolan updated HBASE-14007:
-
Attachment: HBASE-14007.branch-1.003.patch

Sorry my bad, previous patch was rebased against branch-1.0. Uploading the 
patch for branch-1.

> Writing to table through MR should fail upfront if table does not exist/is 
> disabled
> ---
>
> Key: HBASE-14007
> URL: https://issues.apache.org/jira/browse/HBASE-14007
> Project: HBase
>  Issue Type: Improvement
>  Components: mapreduce
>Affects Versions: 1.1.1
>Reporter: Thiruvel Thirumoolan
>Assignee: Thiruvel Thirumoolan
>Priority: Minor
>  Labels: mapreduce
> Fix For: 2.0.0, 1.4.0
>
> Attachments: HBASE-14007.branch-1.000.patch, 
> HBASE-14007.branch-1.001.patch, HBASE-14007.branch-1.003.patch, 
> HBASE-14007.master.001.patch, HBASE-14007.master.002.patch, HBASE-14007.patch
>
>
> TableOutputFormat.checkOutputSpecs() needs to be fixed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14007) Writing to table through MR should fail upfront if table does not exist/is disabled

2016-06-27 Thread Thiruvel Thirumoolan (JIRA)

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

Thiruvel Thirumoolan updated HBASE-14007:
-
Attachment: HBASE-14007.branch-1.001.patch

Looks like I did, but might have been an formatting issue? Reattached, not sure 
if this is the right approach.

> Writing to table through MR should fail upfront if table does not exist/is 
> disabled
> ---
>
> Key: HBASE-14007
> URL: https://issues.apache.org/jira/browse/HBASE-14007
> Project: HBase
>  Issue Type: Improvement
>  Components: mapreduce
>Affects Versions: 1.1.1
>Reporter: Thiruvel Thirumoolan
>Assignee: Thiruvel Thirumoolan
>Priority: Minor
>  Labels: mapreduce
> Fix For: 2.0.0, 1.4.0
>
> Attachments: HBASE-14007.branch-1.000.patch, 
> HBASE-14007.branch-1.001.patch, HBASE-14007.master.001.patch, 
> HBASE-14007.master.002.patch, HBASE-14007.patch
>
>
> TableOutputFormat.checkOutputSpecs() needs to be fixed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14007) Writing to table through MR should fail upfront if table does not exist/is disabled

2016-06-27 Thread Thiruvel Thirumoolan (JIRA)

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

Thiruvel Thirumoolan updated HBASE-14007:
-
Attachment: HBASE-14007.branch-1.000.patch

Attaching patch for branch-1.

The only change was I had to use HTable instead of Table in the test to keep 
the patch similar to branch-2. Lemme know if you want me to use Table and 
modify runTestOnTable.

> Writing to table through MR should fail upfront if table does not exist/is 
> disabled
> ---
>
> Key: HBASE-14007
> URL: https://issues.apache.org/jira/browse/HBASE-14007
> Project: HBase
>  Issue Type: Improvement
>  Components: mapreduce
>Affects Versions: 1.1.1
>Reporter: Thiruvel Thirumoolan
>Assignee: Thiruvel Thirumoolan
>Priority: Minor
>  Labels: mapreduce
> Fix For: 2.0.0, 1.4.0
>
> Attachments: HBASE-14007.branch-1.000.patch, 
> HBASE-14007.master.001.patch, HBASE-14007.master.002.patch, HBASE-14007.patch
>
>
> TableOutputFormat.checkOutputSpecs() needs to be fixed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14007) Writing to table through MR should fail upfront if table does not exist/is disabled

2016-06-27 Thread Ted Yu (JIRA)

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

Ted Yu updated HBASE-14007:
---
Summary: Writing to table through MR should fail upfront if table does not 
exist/is disabled  (was: Writing to table through MR should fail upfront if 
table does not exist/disabled)

> Writing to table through MR should fail upfront if table does not exist/is 
> disabled
> ---
>
> Key: HBASE-14007
> URL: https://issues.apache.org/jira/browse/HBASE-14007
> Project: HBase
>  Issue Type: Improvement
>  Components: mapreduce
>Affects Versions: 1.1.1
>Reporter: Thiruvel Thirumoolan
>Assignee: Thiruvel Thirumoolan
>Priority: Minor
>  Labels: mapreduce
> Fix For: 2.0.0, 1.4.0
>
> Attachments: HBASE-14007.master.001.patch, 
> HBASE-14007.master.002.patch, HBASE-14007.patch
>
>
> TableOutputFormat.checkOutputSpecs() needs to be fixed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)