You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Julian Zhou (JIRA)" <ji...@apache.org> on 2013/04/23 18:45:17 UTC

[jira] [Created] (HBASE-8400) Load coprocessor jar from various protocols (HTTP, HTTPS, FTP, etc.)

Julian Zhou created HBASE-8400:
----------------------------------

             Summary: Load coprocessor jar from various protocols (HTTP, HTTPS, FTP, etc.)
                 Key: HBASE-8400
                 URL: https://issues.apache.org/jira/browse/HBASE-8400
             Project: HBase
          Issue Type: Improvement
          Components: Coprocessors
    Affects Versions: 0.94.3, 0.98.0
            Reporter: Julian Zhou
            Priority: Minor
             Fix For: 0.98.0, 0.94.3


In some application testing and production environment, after developed coprocessors and generated jars, currently we need to transfer them to hdfs first, then specify the URI in table descriptor to point to HDFS compatible addresses of jars. Common used HTTP/HTTPS/FTP or other protocols were not supported yet? To save time and make the life easier without transferring from http/ftp or other servers, just modified the CoprocessorHost to use http/ftp url connection (http and ftp servers are the most cases need to be support) to stream jars to coprocessor jar spaces automatically.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira