[jira] [Comment Edited] (YARN-8006) Make Hbase-2 profile as default for YARN-7055 branch

2018-03-10 Thread Haibo Chen (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-8006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16393939#comment-16393939
 ] 

Haibo Chen edited comment on YARN-8006 at 3/10/18 3:38 PM:
---

Checking the error message more closely, there is another incompatible change 
between 1.2.6 and 2.0 which was not caught in YARN-7346 for some reason. That 
is,

in 1.2.6
| 
org.apache.hadoop.hbase.client.Admin|createTable(org.apache.hadoop.hbase.HTableDescriptor,byte[][])|

in 2.0, it is
| 
org.apache.hadoop.hbase.client.Admin|createTable(org.apache.hadoop.hbase.TableDescriptor,
 byte[][])|

 

Notice the first parameter type is changed. But I am not sure how this goes 
undetected in YARN-7346 when I ran the test with -Dhbase.profile=2.0.


was (Author: haibochen):
Checking the error message more closely, there is another incompatible change 
between 1.2.6 and 2.0 which was not caught in YARN-7346 for some reason. That 
is,

in 1.2.6
| 
org.apache.hadoop.hbase.client.Admin|{{*[createTable|https://hbase.apache.org/1.2/apidocs/org/apache/hadoop/hbase/client/Admin.html#createTable(org.apache.hadoop.hbase.HTableDescriptor,%20byte[][])]*([HTableDescriptor|

in 2.0, it is
| 
org.apache.hadoop.hbase.client.Admin|{{*[createTable|https://hbase.apache.org/1.2/apidocs/org/apache/hadoop/hbase/client/Admin.html#createTable(org.apache.hadoop.hbase.HTableDescriptor,%20byte[][])]*([TableDescriptor|

 

Notice the first parameter type is changed. But I am not sure how this goes 
undetected in YARN-7346 when I ran the test with -Dhbase.profile=2.0.

> Make Hbase-2 profile as default for YARN-7055 branch
> 
>
> Key: YARN-8006
> URL: https://issues.apache.org/jira/browse/YARN-8006
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Rohith Sharma K S
>Assignee: Rohith Sharma K S
>Priority: Major
> Attachments: YARN-8006-YARN-7055.001.patch, 
> YARN-8006-YARN-8006.00.patch
>
>
> In last weekly call folks discussed that we should have separate branch with 
> hbase-2 as profile by default. Trunk default profile is hbase-1 which runs 
> all the tests under hbase-1 profile. But for hbase-2 profile tests are not 
> running.
> As per the discussion, lets keep YARN-7055 branch for hbase-2 profile as 
> default. Any server side patches can be given to this branch as well which 
> runs tests for hbase-2 profile. 



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Comment Edited] (YARN-8006) Make Hbase-2 profile as default for YARN-7055 branch

2018-03-09 Thread Haibo Chen (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-8006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16393939#comment-16393939
 ] 

Haibo Chen edited comment on YARN-8006 at 3/10/18 1:29 AM:
---

Checking the error message more closely, there is another incompatible change 
between 1.2.6 and 2.0 which was not caught in YARN-7346 for some reason. That 
is,

in 1.2.6
| 
org.apache.hadoop.hbase.client.Admin|{{*[createTable|https://hbase.apache.org/1.2/apidocs/org/apache/hadoop/hbase/client/Admin.html#createTable(org.apache.hadoop.hbase.HTableDescriptor,%20byte[][])]*([HTableDescriptor|

in 2.0, it is
| 
org.apache.hadoop.hbase.client.Admin|{{*[createTable|https://hbase.apache.org/1.2/apidocs/org/apache/hadoop/hbase/client/Admin.html#createTable(org.apache.hadoop.hbase.HTableDescriptor,%20byte[][])]*([TableDescriptor|

 

Notice the first parameter type is changed. But I am not sure how this goes 
undetected in YARN-7346 when I ran the test with -Dhbase.profile=2.0.


was (Author: haibochen):
Checking the error message more closely, there is another incompatible change 
between 1.2.6 and 2.0 which was not caught in YARN-7346 for some reason. That 
is,

in 1.2.6
| 
org.apache.hadoop.hbase.client.Admin|{{*[createTable|https://hbase.apache.org/1.2/apidocs/org/apache/hadoop/hbase/client/Admin.html#createTable(org.apache.hadoop.hbase.HTableDescriptor,%20byte[][])]*([HTableDescriptor|https://hbase.apache.org/1.2/apidocs/org/apache/hadoop/hbase/HTableDescriptor.html]
 desc, byte[][] splitKeys)}}|

in 2.0, it is
| 
org.apache.hadoop.hbase.client.Admin|{{*[createTable|https://hbase.apache.org/1.2/apidocs/org/apache/hadoop/hbase/client/Admin.html#createTable(org.apache.hadoop.hbase.HTableDescriptor,%20byte[][])]*([TableDescriptor|https://hbase.apache.org/1.2/apidocs/org/apache/hadoop/hbase/HTableDescriptor.html]
 desc, byte[][] splitKeys)}}|

 

Notice the first parameter type is changed. But I am not sure how this goes 
undetected in YARN-7346 when I ran the test with -Dhbase.profile=2.0.

> Make Hbase-2 profile as default for YARN-7055 branch
> 
>
> Key: YARN-8006
> URL: https://issues.apache.org/jira/browse/YARN-8006
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Rohith Sharma K S
>Assignee: Rohith Sharma K S
>Priority: Major
> Attachments: YARN-8006-YARN-7055.001.patch, 
> YARN-8006-YARN-8006.00.patch
>
>
> In last weekly call folks discussed that we should have separate branch with 
> hbase-2 as profile by default. Trunk default profile is hbase-1 which runs 
> all the tests under hbase-1 profile. But for hbase-2 profile tests are not 
> running.
> As per the discussion, lets keep YARN-7055 branch for hbase-2 profile as 
> default. Any server side patches can be given to this branch as well which 
> runs tests for hbase-2 profile. 



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org