Accumulo thrift proxy: Log files?

2015-11-28 Thread Srikanth Viswanathan
Hi all, Does anyone know where the accumulo thrift proxy puts its log files? I started it using $ACCUMULO_HOME/bin/accumulo proxy -p config.properties I looked in $ACCUMULO_HOME/logs but they aren't there. Am I looking in the right place? Thanks, Srikanth

'logs/' dir in the accumulo package

2017-06-26 Thread Srikanth Viswanathan
Hi all, Kind of a silly question, but I noticed the `logs/` directory being packaged with the accumulo binary release. Do you mean to package this and do you guarantee this will be packaged in future releases? $ tar -tvf accumulo-1.8.1-bin.tar.gz |grep logs drwx-- mjwall/mjwall 0 2017-02-

Re: 'logs/' dir in the accumulo package

2017-06-26 Thread Srikanth Viswanathan
tory (but I don't know why we would chose to omit it, >> either). >> >> - Josh >> >> On 6/26/17 4:27 PM, Srikanth Viswanathan wrote: >> > Hi all, >> > >> > Kind of a silly question, but I noticed the `logs/` directory being >> >

Re: 'logs/' dir in the accumulo package

2017-06-26 Thread Srikanth Viswanathan
Thanks all. I'll do that. Appreciate the quick responses. On Mon, Jun 26, 2017 at 4:54 PM, Keith Turner wrote: > On Mon, Jun 26, 2017 at 4:52 PM, Srikanth Viswanathan > wrote: > > Thanks, Josh and Mike. > > > > This isn't causing any issues per se.

Re: 'logs/' dir in the accumulo package

2017-06-26 Thread Srikanth Viswanathan
Mon, Jun 26, 2017 at 4:57 PM Srikanth Viswanathan > wrote: > >> Thanks all. I'll do that. Appreciate the quick responses. >> >> On Mon, Jun 26, 2017 at 4:54 PM, Keith Turner wrote: >> >>> On Mon, Jun 26, 2017 at 4:52 PM, Srikanth Viswanathan >>>

User authorizations in accumulo

2015-02-16 Thread Srikanth Viswanathan
me, but I heard John Vines discourage this in his talk at the 2014 Accumulo Summit. Doesn't the user in either case see the same set of data (i.e., "everything"). What then are the potential pitfalls of A1 compared to A2? Thank you! Srikanth Viswanathan

Re: User authorizations in accumulo

2015-02-16 Thread Srikanth Viswanathan
, ...) Once again, thank you for your help. Srikanth Viswanathan On Mon, Feb 16, 2015 at 7:06 PM, Josh Elser wrote: > I think A1 is ultimately the right thing, as well. > > The problem is not that you don't know how to accurately label your data > (which is the biggest probl

Installing custom authorizor

2015-02-18 Thread Srikanth Viswanathan
What are the steps involved in installing a custom authorizor for use by accumulo? I copied the jar containing my custom authorizor class into the path contained in the "general.classpaths" property, but accumulo isn't able to find it: [conf.AccumuloConfiguration] WARN : Failed to load class java.

Re: Authorizations for complex user management

2015-02-18 Thread Srikanth Viswanathan
Accumulo's authorizations are designed to be a whitelist, so you cannot define "max credentials" in the authorization layer. I faced a problem similar to yours, and I went with the custom Authorizor approach. You can use the custom Authorizor to call out to your third party service/database to obt

RE: Installing custom authorizor

2015-02-18 Thread Srikanth Viswanathan
, "dlmarion" wrote: > Did you restart Accumulo after you copied the jar? The general.classpaths > locations are not monitored and loaded dynamically. > > > > Original message > From: Srikanth Viswanathan > Date:02/18/2015 8:42 PM (GMT-05:00) &