You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by mb...@apache.org on 2015/08/31 18:27:13 UTC

[1/6] hbase git commit: HBASE-14325 Add snapshotinfo command to hbase script.

Repository: hbase
Updated Branches:
  refs/heads/0.98 c78260cd1 -> 437b58f3d
  refs/heads/branch-1 d3a7222bf -> f30d3dc20
  refs/heads/branch-1.0 89b106231 -> 21f991062
  refs/heads/branch-1.1 5532af972 -> 12f4c1ace
  refs/heads/branch-1.2 1ca1409a3 -> c331685c9
  refs/heads/master df341c429 -> 498c1845a


HBASE-14325 Add snapshotinfo command to hbase script.

Signed-off-by: Matteo Bertozzi <ma...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/498c1845
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/498c1845
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/498c1845

Branch: refs/heads/master
Commit: 498c1845ab7b01710955153c27501fdc7492849d
Parents: df341c4
Author: Samir Ahmic <sa...@personal.com>
Authored: Thu Aug 27 15:38:13 2015 +0200
Committer: Matteo Bertozzi <ma...@cloudera.com>
Committed: Mon Aug 31 09:07:35 2015 -0700

----------------------------------------------------------------------
 bin/hbase | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/498c1845/bin/hbase
----------------------------------------------------------------------
diff --git a/bin/hbase b/bin/hbase
index f0c0c75..7b0d97b 100755
--- a/bin/hbase
+++ b/bin/hbase
@@ -83,6 +83,7 @@ if [ $# = 0 ]; then
   echo "  shell           Run the HBase shell"
   echo "  hbck            Run the hbase 'fsck' tool"
   echo "  snapshot        Create a new snapshot of a table"
+  echo "  snapshotinfo    Tool for dumping snapshot information"
   echo "  wal             Write-ahead-log analyzer"
   echo "  hfile           Store file analyzer"
   echo "  zkcli           Run the ZooKeeper shell"
@@ -307,6 +308,8 @@ elif [ "$COMMAND" = "upgrade" ] ; then
   CLASS="org.apache.hadoop.hbase.migration.UpgradeTo96"
 elif [ "$COMMAND" = "snapshot" ] ; then
   CLASS="org.apache.hadoop.hbase.snapshot.CreateSnapshot"
+elif [ "$COMMAND" = "snapshotinfo" ] ; then
+  CLASS="org.apache.hadoop.hbase.snapshot.SnapshotInfo"
 elif [ "$COMMAND" = "master" ] ; then
   CLASS='org.apache.hadoop.hbase.master.HMaster'
   if [ "$1" != "stop" ] && [ "$1" != "clear" ] ; then


[3/6] hbase git commit: HBASE-14325 Add snapshotinfo command to hbase script.

Posted by mb...@apache.org.
HBASE-14325 Add snapshotinfo command to hbase script.

Signed-off-by: Matteo Bertozzi <ma...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c331685c
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c331685c
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/c331685c

Branch: refs/heads/branch-1.2
Commit: c331685c95e1aba8c1aad538f4acdf4fe6e36352
Parents: 1ca1409
Author: Samir Ahmic <sa...@personal.com>
Authored: Thu Aug 27 15:38:13 2015 +0200
Committer: Matteo Bertozzi <ma...@cloudera.com>
Committed: Mon Aug 31 09:15:12 2015 -0700

----------------------------------------------------------------------
 bin/hbase | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/c331685c/bin/hbase
----------------------------------------------------------------------
diff --git a/bin/hbase b/bin/hbase
index f0c0c75..7b0d97b 100755
--- a/bin/hbase
+++ b/bin/hbase
@@ -83,6 +83,7 @@ if [ $# = 0 ]; then
   echo "  shell           Run the HBase shell"
   echo "  hbck            Run the hbase 'fsck' tool"
   echo "  snapshot        Create a new snapshot of a table"
+  echo "  snapshotinfo    Tool for dumping snapshot information"
   echo "  wal             Write-ahead-log analyzer"
   echo "  hfile           Store file analyzer"
   echo "  zkcli           Run the ZooKeeper shell"
@@ -307,6 +308,8 @@ elif [ "$COMMAND" = "upgrade" ] ; then
   CLASS="org.apache.hadoop.hbase.migration.UpgradeTo96"
 elif [ "$COMMAND" = "snapshot" ] ; then
   CLASS="org.apache.hadoop.hbase.snapshot.CreateSnapshot"
+elif [ "$COMMAND" = "snapshotinfo" ] ; then
+  CLASS="org.apache.hadoop.hbase.snapshot.SnapshotInfo"
 elif [ "$COMMAND" = "master" ] ; then
   CLASS='org.apache.hadoop.hbase.master.HMaster'
   if [ "$1" != "stop" ] && [ "$1" != "clear" ] ; then


[5/6] hbase git commit: HBASE-14325 Add snapshotinfo command to hbase script.

Posted by mb...@apache.org.
HBASE-14325 Add snapshotinfo command to hbase script.

Signed-off-by: Matteo Bertozzi <ma...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/21f99106
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/21f99106
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/21f99106

Branch: refs/heads/branch-1.0
Commit: 21f9910626936daaf3a8a9a642c73fef591ae0f4
Parents: 89b1062
Author: Samir Ahmic <sa...@personal.com>
Authored: Thu Aug 27 15:38:13 2015 +0200
Committer: Matteo Bertozzi <ma...@cloudera.com>
Committed: Mon Aug 31 09:19:28 2015 -0700

----------------------------------------------------------------------
 bin/hbase | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/21f99106/bin/hbase
----------------------------------------------------------------------
diff --git a/bin/hbase b/bin/hbase
index f0c0c75..7b0d97b 100755
--- a/bin/hbase
+++ b/bin/hbase
@@ -83,6 +83,7 @@ if [ $# = 0 ]; then
   echo "  shell           Run the HBase shell"
   echo "  hbck            Run the hbase 'fsck' tool"
   echo "  snapshot        Create a new snapshot of a table"
+  echo "  snapshotinfo    Tool for dumping snapshot information"
   echo "  wal             Write-ahead-log analyzer"
   echo "  hfile           Store file analyzer"
   echo "  zkcli           Run the ZooKeeper shell"
@@ -307,6 +308,8 @@ elif [ "$COMMAND" = "upgrade" ] ; then
   CLASS="org.apache.hadoop.hbase.migration.UpgradeTo96"
 elif [ "$COMMAND" = "snapshot" ] ; then
   CLASS="org.apache.hadoop.hbase.snapshot.CreateSnapshot"
+elif [ "$COMMAND" = "snapshotinfo" ] ; then
+  CLASS="org.apache.hadoop.hbase.snapshot.SnapshotInfo"
 elif [ "$COMMAND" = "master" ] ; then
   CLASS='org.apache.hadoop.hbase.master.HMaster'
   if [ "$1" != "stop" ] && [ "$1" != "clear" ] ; then


[2/6] hbase git commit: HBASE-14325 Add snapshotinfo command to hbase script.

Posted by mb...@apache.org.
HBASE-14325 Add snapshotinfo command to hbase script.

Signed-off-by: Matteo Bertozzi <ma...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f30d3dc2
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f30d3dc2
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/f30d3dc2

Branch: refs/heads/branch-1
Commit: f30d3dc20c03523b6cf452f70190f1a55dd74978
Parents: d3a7222
Author: Samir Ahmic <sa...@personal.com>
Authored: Thu Aug 27 15:38:13 2015 +0200
Committer: Matteo Bertozzi <ma...@cloudera.com>
Committed: Mon Aug 31 09:12:42 2015 -0700

----------------------------------------------------------------------
 bin/hbase | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/f30d3dc2/bin/hbase
----------------------------------------------------------------------
diff --git a/bin/hbase b/bin/hbase
index f0c0c75..7b0d97b 100755
--- a/bin/hbase
+++ b/bin/hbase
@@ -83,6 +83,7 @@ if [ $# = 0 ]; then
   echo "  shell           Run the HBase shell"
   echo "  hbck            Run the hbase 'fsck' tool"
   echo "  snapshot        Create a new snapshot of a table"
+  echo "  snapshotinfo    Tool for dumping snapshot information"
   echo "  wal             Write-ahead-log analyzer"
   echo "  hfile           Store file analyzer"
   echo "  zkcli           Run the ZooKeeper shell"
@@ -307,6 +308,8 @@ elif [ "$COMMAND" = "upgrade" ] ; then
   CLASS="org.apache.hadoop.hbase.migration.UpgradeTo96"
 elif [ "$COMMAND" = "snapshot" ] ; then
   CLASS="org.apache.hadoop.hbase.snapshot.CreateSnapshot"
+elif [ "$COMMAND" = "snapshotinfo" ] ; then
+  CLASS="org.apache.hadoop.hbase.snapshot.SnapshotInfo"
 elif [ "$COMMAND" = "master" ] ; then
   CLASS='org.apache.hadoop.hbase.master.HMaster'
   if [ "$1" != "stop" ] && [ "$1" != "clear" ] ; then


[6/6] hbase git commit: HBASE-14325 Add snapshotinfo command to hbase script.

Posted by mb...@apache.org.
HBASE-14325 Add snapshotinfo command to hbase script.

Signed-off-by: Matteo Bertozzi <ma...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/437b58f3
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/437b58f3
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/437b58f3

Branch: refs/heads/0.98
Commit: 437b58f3dcf1f058a54e1abea8be1719b76170fb
Parents: c78260c
Author: Samir Ahmic <sa...@personal.com>
Authored: Thu Aug 27 15:38:13 2015 +0200
Committer: Matteo Bertozzi <ma...@cloudera.com>
Committed: Mon Aug 31 09:23:27 2015 -0700

----------------------------------------------------------------------
 bin/hbase | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/437b58f3/bin/hbase
----------------------------------------------------------------------
diff --git a/bin/hbase b/bin/hbase
index ce9c4ab..81c9165 100755
--- a/bin/hbase
+++ b/bin/hbase
@@ -83,6 +83,7 @@ if [ $# = 0 ]; then
   echo "  hbck            Run the hbase 'fsck' tool"
   echo "  hlog            Write-ahead-log analyzer"
   echo "  snapshot        Create a new snapshot of a table"
+  echo "  snapshotinfo    Tool for dumping snapshot information"
   echo "  hfile           Store file analyzer"
   echo "  zkcli           Run the ZooKeeper shell"
   echo "  upgrade         Upgrade hbase"
@@ -301,6 +302,8 @@ elif [ "$COMMAND" = "upgrade" ] ; then
   CLASS="org.apache.hadoop.hbase.migration.UpgradeTo96"
 elif [ "$COMMAND" = "snapshot" ] ; then
   CLASS="org.apache.hadoop.hbase.snapshot.CreateSnapshot"
+elif [ "$COMMAND" = "snapshotinfo" ] ; then
+  CLASS="org.apache.hadoop.hbase.snapshot.SnapshotInfo"
 elif [ "$COMMAND" = "master" ] ; then
   CLASS='org.apache.hadoop.hbase.master.HMaster'
   if [ "$1" != "stop" ] && [ "$1" != "clear" ] ; then


[4/6] hbase git commit: HBASE-14325 Add snapshotinfo command to hbase script.

Posted by mb...@apache.org.
HBASE-14325 Add snapshotinfo command to hbase script.

Signed-off-by: Matteo Bertozzi <ma...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/12f4c1ac
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/12f4c1ac
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/12f4c1ac

Branch: refs/heads/branch-1.1
Commit: 12f4c1ace67f9b829bcb67420a52119480cf31e9
Parents: 5532af9
Author: Samir Ahmic <sa...@personal.com>
Authored: Thu Aug 27 15:38:13 2015 +0200
Committer: Matteo Bertozzi <ma...@cloudera.com>
Committed: Mon Aug 31 09:16:32 2015 -0700

----------------------------------------------------------------------
 bin/hbase | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/12f4c1ac/bin/hbase
----------------------------------------------------------------------
diff --git a/bin/hbase b/bin/hbase
index f0c0c75..7b0d97b 100755
--- a/bin/hbase
+++ b/bin/hbase
@@ -83,6 +83,7 @@ if [ $# = 0 ]; then
   echo "  shell           Run the HBase shell"
   echo "  hbck            Run the hbase 'fsck' tool"
   echo "  snapshot        Create a new snapshot of a table"
+  echo "  snapshotinfo    Tool for dumping snapshot information"
   echo "  wal             Write-ahead-log analyzer"
   echo "  hfile           Store file analyzer"
   echo "  zkcli           Run the ZooKeeper shell"
@@ -307,6 +308,8 @@ elif [ "$COMMAND" = "upgrade" ] ; then
   CLASS="org.apache.hadoop.hbase.migration.UpgradeTo96"
 elif [ "$COMMAND" = "snapshot" ] ; then
   CLASS="org.apache.hadoop.hbase.snapshot.CreateSnapshot"
+elif [ "$COMMAND" = "snapshotinfo" ] ; then
+  CLASS="org.apache.hadoop.hbase.snapshot.SnapshotInfo"
 elif [ "$COMMAND" = "master" ] ; then
   CLASS='org.apache.hadoop.hbase.master.HMaster'
   if [ "$1" != "stop" ] && [ "$1" != "clear" ] ; then