[
https://issues.apache.org/jira/browse/HBASE-12197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14167008#comment-14167008
]
Elliott Clark commented on HBASE-12197:
---------------------------------------
Tests pass for hbase-rest and other modules. I just re-checked the bin/hbase
script and everything looks good. Let me get the branch-1 patch ready.
{code}
8:41:32 elliott@elliott-mbp hbase HBASE-12197 bin/start-hbase.sh
starting master, logging to
/Users/elliott/Code/Public/hbase/bin/../logs/hbase-elliott-master-elliott-mbp.out
8:43:05 elliott@elliott-mbp hbase HBASE-12197 bin/hbase rest -p 8080 start
1 ↵
2014-10-10 08:43:08,851 INFO [main] util.VersionInfo: HBase 2.0.0-SNAPSHOT
2014-10-10 08:43:08,851 INFO [main] util.VersionInfo: Source code repository
git://elliott-mbp/Users/elliott/Code/Public/hbase -r
36e6c7f76dff150a06c8bc836ebd30b1fd5f2a66
2014-10-10 08:43:08,851 INFO [main] util.VersionInfo: Compiled by elliott on
Fri Oct 10 08:40:54 PDT 2014
2014-10-10 08:43:08,851 INFO [main] util.VersionInfo: From source with
checksum 138e66033a79a86b16ef04873326b9e8
2014-10-10 08:43:09,187 WARN [main] util.NativeCodeLoader: Unable to load
native-hadoop library for your platform... using builtin-java classes where
applicable
2014-10-10 08:43:09,249 INFO [main] impl.MetricsConfig: loaded properties from
hadoop-metrics2-hbase.properties
2014-10-10 08:43:09,304 INFO [main] impl.MetricsSystemImpl: Scheduled snapshot
period at 10 second(s).
2014-10-10 08:43:09,304 INFO [main] impl.MetricsSystemImpl: HBase metrics
system started
2014-10-10 08:43:09,377 INFO [main] mortbay.log: Logging to
org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
2014-10-10 08:43:09,409 INFO [main] http.HttpRequestLog: Http request log for
http.requests.rest is not defined
2014-10-10 08:43:09,416 INFO [main] http.HttpServer: Added global filter
'safety' (class=org.apache.hadoop.hbase.http.HttpServer$QuotingInputFilter)
2014-10-10 08:43:09,419 INFO [main] http.HttpServer: Added filter
static_user_filter
(class=org.apache.hadoop.hbase.http.lib.StaticUserWebFilter$StaticUserFilter)
to context rest
2014-10-10 08:43:09,419 INFO [main] http.HttpServer: Added filter
static_user_filter
(class=org.apache.hadoop.hbase.http.lib.StaticUserWebFilter$StaticUserFilter)
to context static
2014-10-10 08:43:09,419 INFO [main] http.HttpServer: Added filter
static_user_filter
(class=org.apache.hadoop.hbase.http.lib.StaticUserWebFilter$StaticUserFilter)
to context logs
2014-10-10 08:43:09,426 INFO [main] http.HttpServer: Jetty bound to port 8085
2014-10-10 08:43:09,427 INFO [main] mortbay.log: jetty-6.1.26
2014-10-10 08:43:09,448 INFO [main] mortbay.log: Extract
jar:file:/Users/elliott/Code/Public/hbase/hbase-rest/target/hbase-rest-2.0.0-SNAPSHOT.jar!/hbase-webapps/rest
to
/var/folders/tn/pyvx59yd0dz6td198ys7ffhj_pvvgm/T/Jetty_0_0_0_0_8085_rest____nu924e/webapp
2014-10-10 08:43:09,659 INFO [main] mortbay.log: Started
[email protected]:8085
2014-10-10 08:43:09,659 INFO [main] mortbay.log: jetty-6.1.26
2014-10-10 08:43:09,660 INFO [main] mortbay.log: Started
[email protected]:8080
{code}
> Move REST
> ---------
>
> Key: HBASE-12197
> URL: https://issues.apache.org/jira/browse/HBASE-12197
> Project: HBase
> Issue Type: Bug
> Reporter: Elliott Clark
> Assignee: Elliott Clark
> Attachments: 0001-HBASE-12197-Move-rest-to-it-s-on-module.patch,
> 0001-Move-rest-to-it-s-on-module.patch
>
>
> Lets move Rest to it's own module like thrift. That should allow us to remove
> some dependencies from the class path when running MR tests.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)