You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "cldoltd (JIRA)" <ji...@apache.org> on 2012/05/02 11:50:50 UTC

[jira] [Created] (HBASE-5917) Hbase customer filter

cldoltd created HBASE-5917:
------------------------------

             Summary: Hbase customer filter
                 Key: HBASE-5917
                 URL: https://issues.apache.org/jira/browse/HBASE-5917
             Project: HBase
          Issue Type: Bug
            Reporter: cldoltd


i want to custom filter hbase.
i created jar file by eclipse, copy to sever and in file hbase-env.xml i set "export HBASE_CLASSPATH=/cldo/hadoop/conf;/cldo/customfilter.jar

but when start have error 

/cldo/hbase/bin/../conf/hbase-env.sh: line 29: /cldo/customfilter.jar: cannot execute binary file
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/filter/FilterBase
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

thank


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

        

[jira] [Resolved] (HBASE-5917) Hbase customer filter

Posted by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Daniel Cryans resolved HBASE-5917.
---------------------------------------

    Resolution: Invalid

This Jira is not for user problems but for HBase-specific development. Please send your question to the user mailing list: http://hbase.apache.org/mail-lists.html
                
> Hbase customer filter
> ---------------------
>
>                 Key: HBASE-5917
>                 URL: https://issues.apache.org/jira/browse/HBASE-5917
>             Project: HBase
>          Issue Type: Bug
>            Reporter: cldoltd
>
> i want to custom filter hbase.
> i created jar file by eclipse, copy to sever and in file hbase-env.xml i set "export HBASE_CLASSPATH=/cldo/hadoop/conf;/cldo/customfilter.jar
> but when start have error 
> /cldo/hbase/bin/../conf/hbase-env.sh: line 29: /cldo/customfilter.jar: cannot execute binary file
> Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/filter/FilterBase
> at java.lang.ClassLoader.defineClass1(Native Method)
> at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
> at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
> at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
> at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
> at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
> thank

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