Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
spring.datasource.url = jdbc:mysql://<your <MYSQL-IP>:3306/quartz?autoReconnect=true&useSSL=false
spring.datasource.username = <user name>
spring.datasource.password = <password>

hive.metastore.uris = thrift://<your <HIVE-IP>:9083
hive.metastore.dbname = <hive database name>    # default is "default"

...

Code Block
languagejs
/*Please update as your elastic search instance*/
"api": "http://HOSTNAME<ES-IP>:9200/griffin/accuracy"

update service/src/main/resources/sparkJob.properties file
Code Block
languagetext
sparkJob.file = hdfs://<griffin measure path>/griffin-measure.jar
sparkJob.args_1 = hdfs://<griffin working directory>/env.json
sparkJob.jars_1 = hdfs://<pathTo>/datanucleus-api-jdo-3.2.6.jar
sparkJob.jars_2 = hdfs://<pathTo>/datanucleus-core-3.2.10.jar
sparkJob.jars_3 = hdfs://<pathTo>/datanucleus-rdbms-3.2.9.jar
sparkJob.uri = http://<your <LIVY-IP>:8998/batches

 

update ui/js/services/service.js
Code Block
languagetext
#make sure you can access es by http
ES_SERVER = "http://<your <ES-IP>:9200"

 

License Header File

...