You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jm...@apache.org on 2012/08/10 00:22:09 UTC

svn commit: r1371516 - /hbase/trunk/bin/replication/copy_tables_desc.rb

Author: jmhsieh
Date: Thu Aug  9 22:22:08 2012
New Revision: 1371516

URL: http://svn.apache.org/viewvc?rev=1371516&view=rev
Log:
HBASE-6525 bin/replication/copy_tables_desc.rb references non-existent class (David S. Wang)

Modified:
    hbase/trunk/bin/replication/copy_tables_desc.rb

Modified: hbase/trunk/bin/replication/copy_tables_desc.rb
URL: http://svn.apache.org/viewvc/hbase/trunk/bin/replication/copy_tables_desc.rb?rev=1371516&r1=1371515&r2=1371516&view=diff
==============================================================================
--- hbase/trunk/bin/replication/copy_tables_desc.rb (original)
+++ hbase/trunk/bin/replication/copy_tables_desc.rb Thu Aug  9 22:22:08 2012
@@ -32,7 +32,6 @@ import org.apache.hadoop.hbase.EmptyWatc
 import org.apache.hadoop.hbase.client.HBaseAdmin
 import org.apache.hadoop.hbase.HTableDescriptor
 import org.apache.hadoop.conf.Configuration
-import org.apache.hadoop.hbase.zookeeper.ZooKeeperWrapper
 
 # Name of this script
 NAME = "copy_tables_desc"