I am able to solve this by updating config.
On Wed, Mar 19, 2014 at 12:25 PM, Kamesh Bhallamudi <[email protected] > wrote: > Hi All, > I am getting OOM exception while executing the following command. > > *bin/sqlline -u jdbc:drill:zk=local -n admin -p admin* > > I am getting the following message on the console > > scan complete in 57ms > scan complete in 4756ms > > and also getting following exception in *sqlline.log* > > java.lang.OutOfMemoryError: Direct buffer memory > at java.nio.Bits.reserveMemory(Bits.java:658) ~[na:1.7.0_25] > at java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:123) > ~[na:1.7.0_25] > at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:306) ~[na:1.7.0_25] > > > ......................................................................................................................................... > > at org.apache.drill.exec.rpc.RpcBus.send(RpcBus.java:97) > ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT] > at > org.apache.drill.exec.rpc.BasicClient$ConnectionMultiListener$ConnectionHandler.operationComplete(BasicClient.java:148) > ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT] > at > org.apache.drill.exec.rpc.BasicClient$ConnectionMultiListener$ConnectionHandler.operationComplete(BasicClient.java:139) > ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT] > > ............................................................................................................................. > > Please help me how to run drill. > > -- > Kamesh. > > -- Bh.V.S.Kamesh, Software Development Engineer, HomeShop18.
