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

Reply via email to