Skip to content

Commit

Permalink
修改适配local的环境
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaboy20 committed Jan 24, 2024
1 parent c7921a1 commit 547478f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions linkis-dist/package/conf/linkis.properties
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ flink.version=1.12.2


##file path
wds.linkis.filesystem.root.path=file:///home/nfs/workspace
wds.linkis.filesystem.root.path=file:///home/workspace
wds.linkis.filesystem.hdfs.root.path=hdfs:///linkis/workspace
wds.linkis.udf.share.path=hdfs:///linkis/udf/
##bml path:default use hdfs
wds.linkis.bml.is.hdfs=true
wds.linkis.bml.hdfs.prefix=/linkis/bml
wds.linkis.bml.local.prefix=/home/nfs/bml
wds.linkis.bml.local.prefix=/home/bml

##engine Version
wds.linkis.spark.engine.version=2.4.0
Expand Down
2 changes: 1 addition & 1 deletion linkis-dist/package/db/linkis_dml.sql
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ INNER JOIN linkis_cg_manager_label label ON relation.engine_type_label_id = labe


insert into `linkis_cg_rm_external_resource_provider`(`id`,`resource_type`,`name`,`labels`,`config`) values
(1,'Yarn','default',NULL,'{\r\n\"rmWebAddress\": \"http://bigd-cdh-a-dev-03:8088/\",\r\n\"hadoopVersion\": \"3.0.0\",\r\n\"authorEnable\":false,\r\n\"user\":\"\",\r\n\"pwd\":\"\",\r\n\"kerberosEnable\":false,\r\n\"principalName\":\"\",\r\n\"keytabPath\":\"\",\r\n\"krb5Path\":\"\"\r\n}');
(1,'Yarn','default',NULL,'{\r\n\"rmWebAddress\": \"http://bigd-cdh-a-dev-02:8088/;http://bigd-cdh-a-dev-04:8088/\",\r\n\"hadoopVersion\": \"3.0.0\",\r\n\"authorEnable\":false,\r\n\"user\":\"\",\r\n\"pwd\":\"\",\r\n\"kerberosEnable\":false,\r\n\"principalName\":\"\",\r\n\"keytabPath\":\"\",\r\n\"krb5Path\":\"\"\r\n}');

-- errorcode
-- 01 linkis server
Expand Down

0 comments on commit 547478f

Please sign in to comment.