pom
Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/41e986bd Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/41e986bd Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/41e986bd Branch: refs/heads/griffin-0.2.0-incubating-rc4 Commit: 41e986bd4dc30829d26c313778aec89de2a728ed Parents: 4fc001a Author: Lionel Liu <[email protected]> Authored: Thu Apr 19 17:38:26 2018 +0800 Committer: Lionel Liu <[email protected]> Committed: Thu Apr 19 17:38:26 2018 +0800 ---------------------------------------------------------------------- service/pom.xml | 16 ++++++++++++++-- service/src/main/resources/application.properties | 8 ++++---- service/src/main/resources/sparkJob.properties | 4 ++-- 3 files changed, 20 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/41e986bd/service/pom.xml ---------------------------------------------------------------------- diff --git a/service/pom.xml b/service/pom.xml index 5f7b51c..9c8f3bf 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -131,9 +131,13 @@ under the License. <version>${hadoop.version}</version> <!--<scope>provided</scope>--> <exclusions> + <!--<exclusion>--> + <!--<groupId>javax.servlet</groupId>--> + <!--<artifactId>servlet-api</artifactId>--> + <!--</exclusion>--> <exclusion> - <artifactId>servlet-api</artifactId> - <groupId>javax.servlet</groupId> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> </exclusion> </exclusions> </dependency> @@ -146,6 +150,14 @@ under the License. <groupId>org.eclipse.jetty.aggregate</groupId> <artifactId>jetty-all</artifactId> </exclusion> + <!--<exclusion>--> + <!--<groupId>org.apache.hive</groupId>--> + <!--<artifactId>hive-shims</artifactId>--> + <!--</exclusion>--> + <exclusion> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + </exclusion> </exclusions> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/41e986bd/service/src/main/resources/application.properties ---------------------------------------------------------------------- diff --git a/service/src/main/resources/application.properties b/service/src/main/resources/application.properties index c8f1992..b3e7cfa 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://localhost:5432/quartz?autoReconnect=true&useSSL=false +spring.datasource.url = jdbc:postgresql://10.148.181.248:35432/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://localhost:9083 +hive.metastore.uris = thrift://10.148.181.248:39083 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 = localhost -elasticsearch.port = 9200 +elasticsearch.host = 10.148.181.248 +elasticsearch.port = 39200 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/41e986bd/service/src/main/resources/sparkJob.properties ---------------------------------------------------------------------- diff --git a/service/src/main/resources/sparkJob.properties b/service/src/main/resources/sparkJob.properties index 9f9dc73..80d1f51 100644 --- a/service/src/main/resources/sparkJob.properties +++ b/service/src/main/resources/sparkJob.properties @@ -40,9 +40,9 @@ spark.yarn.dist.files = # livy # livy.uri=http://10.9.246.187:8998/batches -livy.uri=http://localhost:8998/batches +livy.uri=http://10.148.181.248:38998/batches # spark-admin # spark.uri=http://10.149.247.156:28088 # spark.uri=http://10.9.246.187:8088 -spark.uri=http://localhost:8088 \ No newline at end of file +spark.uri=http://10.148.181.248:38088 \ No newline at end of file
