HolmesProcessing / gsoc_relationship

WIP: this repository is for organizing the gsoc relationship project
Apache License 2.0
12 stars 7 forks source link

Primary relationships #15

Closed cli0 closed 7 years ago

cli0 commented 7 years ago

This is the "almost" final version of the relationship app. The app runs smoothly. The only thing left for me to fix is the typesafe configuration. The configuration file is in /src/main/resources/relationships.conf and it is loaded only in the SparkConfig.scala file. However, when running using the config library I always get MissingKeyword for "cassandra". So in this iteration, I am loading the configuration from a dedicated scala file, not using the typesafe library. The methods for typesafe that I used (and gave me the error) are present in the SparkConfig file (commented out). If anyone can see what I am doing wrong, I'd appreciate the feedback. Other than that, this is it.