HBase shell script refers to removed "migrate" functionality
------------------------------------------------------------

                 Key: HBASE-5278
                 URL: https://issues.apache.org/jira/browse/HBASE-5278
             Project: HBase
          Issue Type: Bug
          Components: scripts
    Affects Versions: 0.92.0, 0.90.5, 0.94.0
            Reporter: Shaneal Manek
            Assignee: Shaneal Manek
            Priority: Trivial
         Attachments: hbase-5278.patch

$ hbase migrate
Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/hadoop/hbase/util/Migrate
Caused by: java.lang.ClassNotFoundException: 
org.apache.hadoop.hbase.util.Migrate
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Could not find the main class: org.apache.hadoop.hbase.util.Migrate. Program 
will exit.


The 'hbase' shell script has docs referring to a 'migrate' command which no 
longer exists.

--
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

        

Reply via email to