[
https://issues.apache.org/jira/browse/HBASE-6226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13403593#comment-13403593
]
Matt Corgan commented on HBASE-6226:
------------------------------------
Supporting renamed files would be nice. I am running the "mvn -Darc
initialize". Here is the full output:
{code}
mcorgan@wyclef:~/hadoop/hbase$ mvn -Darc initialize
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] HBase
[INFO] HBase - Common
[INFO] HBase - Server
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase 0.95-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase - Common 0.95-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase - Server 0.95-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] HBase ............................................. SUCCESS [0.063s]
[INFO] HBase - Common .................................... SUCCESS [0.001s]
[INFO] HBase - Server .................................... SUCCESS [0.000s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.313s
[INFO] Finished at: Thu Jun 28 16:47:22 PDT 2012
[INFO] Final Memory: 5M/480M
[INFO] ------------------------------------------------------------------------
mcorgan@wyclef:~/hadoop/hbase$ arc diff --only
Usage Exception: Failed to load phutil library at location '.arc_jira_lib'.
This library is specified by the "phutil_libraries" setting in ".arcconfig".
Check that the setting is correct and the library is located in the right place.
mcorgan@wyclef:~/hadoop/hbase$ ..
..: command not found
mcorgan@wyclef:~/hadoop/hbase$ ll
total 396
drwxr--r-x 12 mcorgan mcorgan 4096 Jun 25 14:53 ./
drwxrwxr-x 8 mcorgan mcorgan 4096 Jun 28 15:25 ../
-rw-rw-r-- 1 mcorgan mcorgan 395 Jun 13 20:06 .arcconfig
drwxrw-r-x 4 mcorgan mcorgan 4096 Jun 25 13:17 bin/
-rw-rw-r-- 1 mcorgan mcorgan 261312 Jun 13 20:06 CHANGES.txt
drwxrw-r-x 2 mcorgan mcorgan 4096 Jun 13 20:06 conf/
drwxrw-r-x 2 mcorgan mcorgan 4096 Jun 13 20:06 dev-support/
drwxrw-r-x 5 mcorgan mcorgan 4096 Jun 13 20:06 examples/
drwxrw-r-x 8 mcorgan mcorgan 4096 Jun 28 15:25 .git/
-rw-rw-r-- 1 mcorgan mcorgan 129 Jun 25 13:31 .gitignore
drwxrw-r-x 5 mcorgan mcorgan 4096 Jun 25 14:53 hbase-common/
drwxrw-r-x 5 mcorgan mcorgan 4096 Jun 28 11:46 hbase-server/
-rw-rw-r-- 1 mcorgan mcorgan 11358 Jun 13 20:06 LICENSE.txt
-rw-rw-r-- 1 mcorgan mcorgan 701 Jun 13 20:06 NOTICE.txt
-rw-rw-r-- 1 mcorgan mcorgan 58326 Jun 25 13:17 pom.xml
-rw-rw-r-- 1 mcorgan mcorgan 368 Jun 13 20:25 .project
-rw-rw-r-- 1 mcorgan mcorgan 1358 Jun 13 20:06 README.txt
drwxrw-r-x 2 mcorgan mcorgan 4096 Jun 13 20:25 .settings/
drwxrw-r-x 6 mcorgan mcorgan 4096 Jun 25 14:18 src/
drwxr-xr-x 3 mcorgan mcorgan 4096 Jun 25 14:53 target/
mcorgan@wyclef:~/hadoop/hbase$
{code}
> move DataBlockEncoding and related classes to hbase-common module
> -----------------------------------------------------------------
>
> Key: HBASE-6226
> URL: https://issues.apache.org/jira/browse/HBASE-6226
> Project: HBase
> Issue Type: Improvement
> Components: io, regionserver
> Affects Versions: 0.96.0
> Reporter: Matt Corgan
> Assignee: Matt Corgan
> Fix For: 0.96.0
>
> Attachments: HBASE-6226-v1.patch, HBASE-6226-v2.patch,
> HBASE-6226-v3.patch, HBASE-6226-v4.patch
>
>
> In order to isolate the implementation details of HBASE-4676 (PrefixTrie
> encoding) and other DataBlockEncoders by putting them in modules, this pulls
> up the DataBlockEncoding related interfaces into hbase-common.
> No tests are moved in this patch. The only notable change was trimming a few
> dependencies on HFileBlock which adds dependencies to much of the
> regionserver.
> The test suite passes locally for me.
> I tried to keep it as simple as possible... let me know if there are any
> concerns.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira