You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Edward Yoon (JIRA)" <ji...@apache.org> on 2007/09/07 10:20:31 UTC

[jira] Updated: (HADOOP-1856) [Hbase Shell] Jar command using Hadoop RunJar util

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

Edward Yoon updated HADOOP-1856:
--------------------------------

    Attachment: jarCommand.patch

{code}
Hbase > jar;
JAR jarFile [mainClass] args...;

Hbase > jar ./build/hadoop-0.15.0-dev-examples.jar pi 10 10;
Number of Maps = 10 Samples per Map = 10
Wrote input for Map #0
Wrote input for Map #1
Wrote input for Map #2
Wrote input for Map #3
Wrote input for Map #4
Wrote input for Map #5
Wrote input for Map #6
...
{code}

> [Hbase Shell] Jar command using Hadoop RunJar util
> --------------------------------------------------
>
>                 Key: HADOOP-1856
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1856
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/hbase
>    Affects Versions: 0.14.1
>         Environment: all environments 
>            Reporter: Edward Yoon
>             Fix For: 0.15.0
>
>         Attachments: jarCommand.patch
>
>
> I want to add a Jar command using Hadoop RunJar util for more convenient use of Hbase Shell

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.