Re: [Dev] Review and merge PR for reading conf folder path by carbon

2018-03-13 Thread SajithAR Ariyarathna
PR is merged. Fix will be available in carbon-analytics v1.3.22 version. Thanks. On Tue, Mar 13, 2018 at 7:56 PM, Lasantha Dharmakeerthi wrote: > Hi all, > > Spark Analytics Executor read the conf folder path as following way. Since > IoT server has changed the folder

[Dev] Review and merge PR for reading conf folder path by carbon

2018-03-13 Thread Lasantha Dharmakeerthi
Hi all, Spark Analytics Executor read the conf folder path as following way. Since IoT server has changed the folder structure it is causing an issue. carbonConfDir = carbonHome + File.separator + "repository" + File.separator + "conf"; Therefore I think the correct way is to get the path as