[ 
https://issues.apache.org/jira/browse/ACCUMULO-708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429587#comment-13429587
 ] 

Dave Marion commented on ACCUMULO-708:
--------------------------------------

Documenting thoughts: Seems that there are only two contexts in which this 
applies: table operations (in which there is no user) and client operations (in 
which there is a user perform scan or update). The current classloader (be 
default) uses the boot classloader with a child classloader reading from 
$ACCUMULO_HOME/lib and a grandchild classloader reading from 
$ACCUMULO_HOME/lib/ext.

We would need a way for the classloader to discover either the table name or 
the current user when loadClass is called in the thread. This is currently the 
part that I am not sure of. Need input from others and to look at the code more.
                
> Modify ClassLoader to support different applications / multi-tenancy
> --------------------------------------------------------------------
>
>                 Key: ACCUMULO-708
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-708
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: start
>    Affects Versions: 1.5.0
>            Reporter: Dave Marion
>            Assignee: Dave Marion
>              Labels: classloader
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> I'd like to expand the current classloader to support loading classes from 
> HDFS and different application contexts. I'll be modifying the ticket as the 
> idea matures.

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