[GitHub] hpandeycodeit commented on issue #6047: Minor change in the "Start up Druid services" Section

2018-08-06 Thread GitBox
hpandeycodeit commented on issue #6047:  Minor change in the "Start up Druid 
services" Section
URL: https://github.com/apache/incubator-druid/pull/6047#issuecomment-410883523
 
 
   @jihoonson, 
   
   I have replaced the commands with the scripts to use to start the services. 
Since they all can be started in the same terminal window, I have modified the 
preceding text as well. 
   
   Thanks! 
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org



[GitHub] hpandeycodeit commented on issue #6047: Minor change in the "Start up Druid services" Section

2018-08-06 Thread GitBox
hpandeycodeit commented on issue #6047:  Minor change in the "Start up Druid 
services" Section
URL: https://github.com/apache/incubator-druid/pull/6047#issuecomment-410816556
 
 
   Hi @asdf2014, 
   
   Thanks, that helped with the memory issue but I am hitting this new issue 
when trying to start the services using any .sh file in the bin directory.
   
   Caused by: java.net.UnknownHostException: zk.host.ip: unknown error

   Zookeeper is running. Do I have to set this "zk.host.ip" somewhere?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org



[GitHub] hpandeycodeit commented on issue #6047: Minor change in the "Start up Druid services" Section

2018-08-02 Thread GitBox
hpandeycodeit commented on issue #6047:  Minor change in the "Start up Druid 
services" Section
URL: https://github.com/apache/incubator-druid/pull/6047#issuecomment-410098043
 
 
   @jihoonson, 
   
   I am getting "Not Enough direct memory" error: 
   
   ```
1) Not enough direct memory.  Please adjust -XX:MaxDirectMemorySize, 
druid.processing.buffer.sizeBytes, druid.processing.numThreads, or 
druid.processing.numMergeBuffers: maxDirectMemory[4,294,967,296], 
memoryNeeded[5,368,709,120] =
druid.processing.buffer.sizeBytes[536,870,912] * 
(druid.processing.numMergeBuffers[2] + druid.processing.numThreads[7] + 1)
 at 
io.druid.guice.DruidProcessingModule.getIntermediateResultsPool(DruidProcessingModule.java:110)
 (via modules: com.google.inject.util.Modules$OverrideModule -> 
com.google.inject.util.Modules$OverrideModule -> io.druid.guice.Dru
   idProcessingModule)
 at 
io.druid.guice.DruidProcessingModule.getIntermediateResultsPool(DruidProcessingModule.java:110)
 (via modules: com.google.inject.util.Modules$OverrideModule -> 
com.google.inject.util.Modules$OverrideModule -> io.druid.guice.Dru
   idProcessingModule)
 while locating io.druid.collections.NonBlockingPool 
annotated with @io.druid.guice.annotations.Global()
   for the 2nd parameter of 
io.druid.query.groupby.GroupByQueryEngine.(GroupByQueryEngine.java:81)
 at 
io.druid.guice.QueryRunnerFactoryModule.configure(QueryRunnerFactoryModule.java:88)
 (via modules: com.google.inject.util.Modules$OverrideModule -> 
com.google.inject.util.Modules$OverrideModule -> io.druid.guice.QueryRunnerFact
   oryModule)
 while locating io.druid.query.groupby.GroupByQueryEngine
   for the 2nd parameter of 
io.druid.query.groupby.strategy.GroupByStrategyV1.(GroupByStrategyV1.java:77)
 while locating io.druid.query.groupby.strategy.GroupByStrategyV1
   for the 2nd parameter of 
io.druid.query.groupby.strategy.GroupByStrategySelector.(GroupByStrategySelector.java:43)
 while locating io.druid.query.groupby.strategy.GroupByStrategySelector
   for the 1st parameter of 
io.druid.query.groupby.GroupByQueryQueryToolChest.(GroupByQueryQueryToolChest.java:104)
 at 
io.druid.guice.QueryToolChestModule.configure(QueryToolChestModule.java:101) 
(via modules: com.google.inject.util.Modules$OverrideModule -> 
com.google.inject.util.Modules$OverrideModule -> 
io.druid.guice.QueryRunnerFactoryModu
   le)
```


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org



[GitHub] hpandeycodeit commented on issue #6047: Minor change in the "Start up Druid services" Section

2018-08-02 Thread GitBox
hpandeycodeit commented on issue #6047:  Minor change in the "Start up Druid 
services" Section
URL: https://github.com/apache/incubator-druid/pull/6047#issuecomment-410037251
 
 
   @jihoonson ,
   The scripts are there but doesn't look like it's working: 
   
   For eg: 
   
   $./broker.sh start
   Started broker node (5282)
   $./broker.sh status
   STOPPED
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org



[GitHub] hpandeycodeit commented on issue #6047: Minor change in the "Start up Druid services" Section

2018-08-02 Thread GitBox
hpandeycodeit commented on issue #6047:  Minor change in the "Start up Druid 
services" Section
URL: https://github.com/apache/incubator-druid/pull/6047#issuecomment-410013932
 
 
   @jihoonson, 
   Yes, I am interested in this. Do we have scripts ready for all these java 
commands or for just one? 
   And can you explain why an " extra parameter for configuration directory" is 
needed? 
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org