On Thu, Jan 16, 2014 at 12:51 PM, Steve Kruse <[email protected]>wrote:
> When I run ./start-all.sh I get the following: > > > > raduser@cvaraddemo01>./bin/start-all.sh > > Starting monitor on localhost > > WARN : Max files open on localhost is 1024, recommend 65536 > > Starting tablet servers .... done > > 2014-01-16 13:38:26,404 [util.NativeCodeLoader] WARN : Unable to load > native-hadoop library for your platform... using builtin-java classes where > applicable > > 2014-01-16 13:38:26,980 [server.Accumulo] INFO : Attempting to talk to > zookeeper > > 2014-01-16 13:38:27,228 [server.Accumulo] INFO : Zookeeper connected and > initialized, attemping to talk to HDFS > > 2014-01-16 13:38:27,321 [server.Accumulo] INFO : Connected to HDFS > > Starting tablet server on localhost > > WARN : Max files open on localhost is 1024, recommend 65536 > > Starting master on localhost > > WARN : Max files open on localhost is 1024, recommend 65536 > > Starting garbage collector on localhost > > WARN : Max files open on localhost is 1024, recommend 65536 > > Starting tracer on localhost > > WARN : Max files open on localhost is 1024, recommend 65536 > > > > > Hey Steve, You should make sure to correct the maximum number of open files for the user that is running Accumulo.
