You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Keith Turner (JIRA)" <ji...@apache.org> on 2012/11/21 20:41:58 UTC

[jira] [Created] (ACCUMULO-867) Support common use cases for loading classes from context (e.g. HDFS)

Keith Turner created ACCUMULO-867:
-------------------------------------

             Summary: Support common use cases for loading classes from context (e.g. HDFS)
                 Key: ACCUMULO-867
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-867
             Project: Accumulo
          Issue Type: Sub-task
            Reporter: Keith Turner


We need to decide how want to make this new classloader functionality available to users.   

One use case is making per-table class loaders availiable.   This would allow the user to set a per table property like the following.

{noformat}
   table.classpath=hdfs://nn:8092/myApp
{noformat}

Setting this would allow iterators specific to the table to be loaded from a given location.   Currently when a user iterator is placed in lib/ext all tables see the iterator.

Another possible use case is per-scan classpath. 

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