hbase git commit: HBASE-17569 HBase-Procedure module need to support mvn clean test -PskipProcedureTests to skip unit test (Yi Liang) ADDENDUM Fix other places that are missing the skip command

2017-01-31 Thread stack
Repository: hbase Updated Branches: refs/heads/master 81956aa44 -> c5d6e166d HBASE-17569 HBase-Procedure module need to support mvn clean test -PskipProcedureTests to skip unit test (Yi Liang) ADDENDUM Fix other places that are missing the skip command Project:

hbase git commit: HBASE-17197 hfile does not work in 2.0

2017-01-31 Thread stack
Repository: hbase Updated Branches: refs/heads/master ccd5b9f87 -> 81956aa44 HBASE-17197 hfile does not work in 2.0 Files can be specified with -f option or without it. Signed-off-by: Michael Stack Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-3462 Fix table.jsp in regards to splitting a region/table with an optional splitkey

2017-01-31 Thread stack
Repository: hbase Updated Branches: refs/heads/master 34ffca135 -> ccd5b9f87 HBASE-3462 Fix table.jsp in regards to splitting a region/table with an optional splitkey Now compact/split requires row keys instead of region names (as UI suggests). Signed-off-by: Michael Stack

hbase git commit: HBASE-17543 - Create additional ReplicationEndpoint WALEntryFilters by configuration

2017-01-31 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1 c937e9786 -> 3aac1b688 HBASE-17543 - Create additional ReplicationEndpoint WALEntryFilters by configuration Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-16621 HBCK should have -fixHFileLinks (Janos Gub)

2017-01-31 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master 5ebaadf1a -> 34ffca135 HBASE-16621 HBCK should have -fixHFileLinks (Janos Gub) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/34ffca13 Tree:

hbase git commit: HBASE-17543 - Create additional ReplicationEndpoint WALEntryFilters by configuration

2017-01-31 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master ae2179730 -> 5ebaadf1a HBASE-17543 - Create additional ReplicationEndpoint WALEntryFilters by configuration Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[2/2] hbase git commit: HBASE-17437 Support specifying a WAL directory outside of the root directory (Yishan Yang and Zach York)

2017-01-31 Thread enis
HBASE-17437 Support specifying a WAL directory outside of the root directory (Yishan Yang and Zach York) Signed-off-by: Enis Soztutar Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ae217973 Tree:

[1/2] hbase git commit: HBASE-17437 Support specifying a WAL directory outside of the root directory (Yishan Yang and Zach York)

2017-01-31 Thread enis
Repository: hbase Updated Branches: refs/heads/master bd7c9581f -> ae2179730 http://git-wip-us.apache.org/repos/asf/hbase/blob/ae217973/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestWALActionsListener.java

hbase git commit: HBASE-17198 Remove redundant FN updates to merged region

2017-01-31 Thread toffer
Repository: hbase Updated Branches: refs/heads/master 680289d67 -> bd7c9581f HBASE-17198 Remove redundant FN updates to merged region Signed-off-by: Francis Liu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-17101: FavoredNodes should not apply to system tables

2017-01-31 Thread toffer
Repository: hbase Updated Branches: refs/heads/master 679182869 -> 680289d67 HBASE-17101: FavoredNodes should not apply to system tables Signed-off-by: Francis Liu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-17522 Handle JVM throwing runtime exceptions when we ask for details on heap usage the same as a correctly returned 'undefined'.

2017-01-31 Thread busbey
Repository: hbase Updated Branches: refs/heads/master b7fc7bf24 -> 679182869 HBASE-17522 Handle JVM throwing runtime exceptions when we ask for details on heap usage the same as a correctly returned 'undefined'. Signed-off-by: Michael Stack Project: