kunal642 commented on a change in pull request #3294:
[CARBONDATA-3462][DOC]Added documentation for index server
URL: https://github.com/apache/carbondata/pull/3294#discussion_r305198024
##########
File path:
integration/spark2/src/main/scala/org/apache/carbondata/indexserver/IndexServer.scala
##########
@@ -178,6 +171,8 @@ object IndexServer extends ServerInterface {
server.stop()
}
})
+ CarbonProperties.getInstance().addProperty(CarbonCommonConstants
+ .CARBON_ENABLE_INDEX_SERVER, "true")
LOGGER.info(s"Index cache server running on ${ server.getPort } port")
Review comment:
Exception is already thrown in
org.apache.carbondata.core.util.CarbonProperties#getIndexServerPort
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services