(U) I do I tell Accumulo where the jars for my custom formatters and balancers are for a specific table?

2014-08-25 Thread Jeff Kubina
(U) I do I tell Accumulo where the jars for my custom formatters and balancers are for a specific table?

Re: (U) I do I tell Accumulo where the jars for my custom formatters and balancers are for a specific table?

2014-08-25 Thread Jeff Kubina
Sorry, that was suppose to read How do I tell Accumulo where the jars containing my custom formatters and balancers are for a specific table? -- Jeff Kubina 410-988-4436 On Mon, Aug 25, 2014 at 2:03 PM, Jeff Kubina jeff.kub...@gmail.com wrote: (U) I do I tell Accumulo where the jars for my

Re: (U) I do I tell Accumulo where the jars for my custom formatters and balancers are for a specific table?

2014-08-25 Thread Jeff Kubina
Versions 1.4, 1.5, and 1.6.1. A solution for just 1.6.1 would help. As only an Accumulo user with create/read/write/ access of tables (not an admin) I won't have write access to the classpath directories in accumulo-site.xml. Do I need to have the admins add a user directory for my jars to

Re: (U) I do I tell Accumulo where the jars for my custom formatters and balancers are for a specific table?

2014-08-25 Thread dlmarion
We fixed some issues recently with the classloader in 1.6.1, make sure you are using an up-to-date snapshot version. The classloader was changed in version 1.5 and now supports hosting jars from various locations, including HDFS. Additionally, it supports creating a table level classloader that

Re: (U) I do I tell Accumulo where the jars for my custom formatters and balancers are for a specific table?

2014-08-25 Thread Christopher
Yes, you'll have to have admins add a directory to the classpath where you put your jars. -- Christopher L Tubbs II http://gravatar.com/ctubbsii On Mon, Aug 25, 2014 at 3:30 PM, Jeff Kubina jeff.kub...@gmail.com wrote: Versions 1.4, 1.5, and 1.6.1. A solution for just 1.6.1 would help. As