Hi, I have built Zeppelin on Cygwin following instructions provided in the github-readme: https://github.com/apache/incubator-zeppelin (build was successful)
In the conf-folder, I created a zeppelin-env.sh, keeping all the defaults from the template. The daemon itself starts just fine, but when I try to access the webserver, it returns a 503 HTTP Error (problem accessing /. Reason: Service Unavailable). Checking the logs, I find: log4j:ERROR Could not read configuration file from URL [file:/cygdrive/d/spark/i ncubator-zeppelin/conf/log4j.properties]. java.io.FileNotFoundException: \cygdrive\d\spark\incubator-zeppelin\conf\log4j.p roperties (The system cannot find the path specified) Similarly, Zeppelin creates a cygdrive/d/ folder on my D: drive to store the webapp folder in. Could anyone tell me how to properly deal with cygdrives to get Zeppelin working? Thanks, Paul
