Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
Eclipse Luna (4.4), Windows 8
Description
I am trying to run AsterixDB within Eclipse, Windows 8 (I need it as a case study for another project I am working on, ArchStudio). I have followed the instructions of the Development Setup of AsterixDB (cloned the Github repository and run Maven install on the project within Eclipse).
As I understood from the documentation, AsterixDB starts by running two instances of NCService.java and then one instance of asterixcc CCDriver.java. Using the configuration files provided in the Server Sample (red and Blue), I am able to run two instances of NCService using Eclipse and the parameters from the .conf files. However, when I run the CCDriver.java with the parameters from the cc.conf, I get the following error:
Unknown option in ini: [nc] storage.subdir.
As I understand, the storage.subdir must be a parameter, not an option. However the Configuration Manager within CCDriver.java is parsing the .conf file as options instead of parameters
Am I missing something here? Is the way I am trying to run (start) AsterixDB from Eclipse correct? And how to address this error?