[ 
https://issues.apache.org/jira/browse/HBASE-13338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14382182#comment-14382182
 ] 

Andrew Purtell commented on HBASE-13338:
----------------------------------------

bq. And what you refer by "if manually verifies that things seem to work" ?

Jon means run the TestShell unit test locally and confirm that it passes for 
you. This can be done like so:

{noformat}
mvn clean install -DskipITs -Dtest=TestShell
{noformat}

Do this after you've made your POM changes. This will build HBase and, when in 
the hbase-shell module, run the TestShell unit test (and only this test). Post 
the results here. Of course this test fails with your proposed change, you'll 
want to dig in and try to fix the problem before we can proceed.

> Hbase to use PowerPC supported Jruby version 1.7.20
> ---------------------------------------------------
>
>                 Key: HBASE-13338
>                 URL: https://issues.apache.org/jira/browse/HBASE-13338
>             Project: HBase
>          Issue Type: Task
>          Components: dependencies, shell
>    Affects Versions: 1.0.0, 0.98.12
>         Environment: PowerPC64, PowerPC64LE
>            Reporter: Ayappan
>
> Older versions of jffi (till 1.2.7) don't have native PPC64 & PPC64LE 
> libraries. The latest released 1.2.8 version has PowerPC libraries and the 
> jruby development version(1.7.20--SNAPSHOT) has been updated to make use of 
> this version. Hbase still uses much older jruby 1.6.8 version which don't 
> have the native libraries and this affects the Hbase shell in PowerPCs. So 
> Hbase needs to be updated to make use of the upcoming Jruby release 1.7.20 to 
> support PowerPC.



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

Reply via email to