You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by li...@apache.org on 2018/04/26 08:12:53 UTC

[30/50] [abbrv] incubator-griffin git commit: configuration

configuration


Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/4033893c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/4033893c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/4033893c

Branch: refs/heads/griffin-0.2.0-incubating-rc4
Commit: 4033893c0626038841ab4c9f8cb332bc859b57cc
Parents: 64ce1fe
Author: Lionel Liu <bh...@163.com>
Authored: Wed Apr 18 21:51:13 2018 +0800
Committer: Lionel Liu <bh...@163.com>
Committed: Wed Apr 18 21:51:13 2018 +0800

----------------------------------------------------------------------
 service/src/main/resources/application.properties | 8 ++++----
 service/src/main/resources/sparkJob.properties    | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/4033893c/service/src/main/resources/application.properties
----------------------------------------------------------------------
diff --git a/service/src/main/resources/application.properties b/service/src/main/resources/application.properties
index b3e7cfa..c8f1992 100644
--- a/service/src/main/resources/application.properties
+++ b/service/src/main/resources/application.properties
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-spring.datasource.url = jdbc:postgresql://10.148.181.248:35432/quartz?autoReconnect=true&useSSL=false
+spring.datasource.url = jdbc:postgresql://localhost:5432/quartz?autoReconnect=true&useSSL=false
 spring.datasource.username = griffin
 spring.datasource.password = 123456
 spring.jpa.generate-ddl=true
@@ -31,7 +31,7 @@ spring.jpa.show-sql = true
 #spring.jpa.properties.persistence-xml-location=persistence.xml
 
 # Hive metastore
-hive.metastore.uris = thrift://10.148.181.248:39083
+hive.metastore.uris = thrift://localhost:9083
 hive.metastore.dbname = default
 hive.hmshandler.retry.attempts = 15
 hive.hmshandler.retry.interval = 2000ms
@@ -67,8 +67,8 @@ ldap.searchPattern = (sAMAccountName={0})
 fs.defaultFS = hdfs://hdfs-default-name
 
 # elasticsearch
-elasticsearch.host = 10.148.181.248
-elasticsearch.port = 39200
+elasticsearch.host = localhost
+elasticsearch.port = 9200
 elasticsearch.scheme = http
 # elasticsearch.user = user
 # elasticsearch.password = password
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/4033893c/service/src/main/resources/sparkJob.properties
----------------------------------------------------------------------
diff --git a/service/src/main/resources/sparkJob.properties b/service/src/main/resources/sparkJob.properties
index 370b5ac..9f9dc73 100644
--- a/service/src/main/resources/sparkJob.properties
+++ b/service/src/main/resources/sparkJob.properties
@@ -35,14 +35,14 @@ sparkJob.executorMemory=1g
 # shouldn't config in server, but in
 sparkJob.jars =
 
-#
+# hive-site.xml location, as configured in spark conf if ignored here
 spark.yarn.dist.files =
 
 # livy
 # livy.uri=http://10.9.246.187:8998/batches
-livy.uri=http://10.148.181.248:38998/batches
+livy.uri=http://localhost:8998/batches
 
 # spark-admin
 # spark.uri=http://10.149.247.156:28088
 # spark.uri=http://10.9.246.187:8088
-spark.uri=http://10.148.181.248:38088
\ No newline at end of file
+spark.uri=http://localhost:8088
\ No newline at end of file