You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@s2graph.apache.org by "Jong Wook Kim (JIRA)" <ji...@apache.org> on 2016/05/30 04:38:12 UTC

[jira] [Commented] (S2GRAPH-74) Add a script that starts/stops a local hbase server

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

Jong Wook Kim commented on S2GRAPH-74:
--------------------------------------

I noticed that the subproject loader is dependent on 

"org.apache.hbase" % "hbase-hadoop-compat" % "0.98.14-hadoop2"

I guess this should be the same as the other hbase dependencies, i.e., Common.hbaseVersion.

In order to run an HBase master from the same classpath in the package, I'm trying to add hbase-hadoop-compat and hbase-haddop2-compat (as well has hadoop-hdfs) to s2core's dependency, which then becomes transitive dependencies of the subproject loader. 

Is there a specific reason that we keep the incompatible version of 0.98.14-hadoop2 as the above?

> Add a script that starts/stops a local hbase server
> ---------------------------------------------------
>
>                 Key: S2GRAPH-74
>                 URL: https://issues.apache.org/jira/browse/S2GRAPH-74
>             Project: S2Graph
>          Issue Type: Sub-task
>            Reporter: Jong Wook Kim
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> This subtask is to make it easy for user to run s2graph with a default hbase server, without need to download and configure the binary and HDFS, etc.
> Since {{hbase-server}} is included as one of the library dependencies, it should be straightforward to add a script that is similar to {{start-hbase.sh}} and {{stop-hbase.sh}} that is in the binary HBase distribution.
> The server should be configured to run on local filesystem as opposed to an HDFS. By default the local hbase server stores data in a temporary directory, and it should be configured to a subdirectory in the package, such as {{/var}}.



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

Re: [jira] [Commented] (S2GRAPH-74) Add a script that starts/stops a local hbase server

Posted by Hyunsung Jo <hy...@gmail.com>.
Hi Jong Wook,
Not that I'm aware of.
Updated versions should be fine, but I guess it's always good to test.
Can I help with the testing?

Regards,
Jo


On Mon, May 30, 2016 at 1:38 PM Jong Wook Kim (JIRA) <ji...@apache.org>
wrote:

>
>     [
> https://issues.apache.org/jira/browse/S2GRAPH-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15306221#comment-15306221
> ]
>
> Jong Wook Kim commented on S2GRAPH-74:
> --------------------------------------
>
> I noticed that the subproject loader is dependent on
>
> "org.apache.hbase" % "hbase-hadoop-compat" % "0.98.14-hadoop2"
>
> I guess this should be the same as the other hbase dependencies, i.e.,
> Common.hbaseVersion.
>
> In order to run an HBase master from the same classpath in the package,
> I'm trying to add hbase-hadoop-compat and hbase-haddop2-compat (as well has
> hadoop-hdfs) to s2core's dependency, which then becomes transitive
> dependencies of the subproject loader.
>
> Is there a specific reason that we keep the incompatible version of
> 0.98.14-hadoop2 as the above?
>
> > Add a script that starts/stops a local hbase server
> > ---------------------------------------------------
> >
> >                 Key: S2GRAPH-74
> >                 URL: https://issues.apache.org/jira/browse/S2GRAPH-74
> >             Project: S2Graph
> >          Issue Type: Sub-task
> >            Reporter: Jong Wook Kim
> >   Original Estimate: 168h
> >  Remaining Estimate: 168h
> >
> > This subtask is to make it easy for user to run s2graph with a default
> hbase server, without need to download and configure the binary and HDFS,
> etc.
> > Since {{hbase-server}} is included as one of the library dependencies,
> it should be straightforward to add a script that is similar to
> {{start-hbase.sh}} and {{stop-hbase.sh}} that is in the binary HBase
> distribution.
> > The server should be configured to run on local filesystem as opposed to
> an HDFS. By default the local hbase server stores data in a temporary
> directory, and it should be configured to a subdirectory in the package,
> such as {{/var}}.
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.3.4#6332)
>