-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from WeBankFinTech/branch-0.6.0
merge Branch 0.6.0 to master
- Loading branch information
Showing
9 changed files
with
89 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# How to get Linkis Token | ||
|
||
## Linkis Configuration | ||
### Add Linkis Token | ||
``` | ||
cd $LINKIS_HOME/linkis-gateway/conf | ||
vim token.properties | ||
``` | ||
|
||
Add line as follow: | ||
``` | ||
QUALITIS-AUTH=* | ||
``` | ||
|
||
### Modify Linkis Default Queue of User | ||
1. Login in DataSphere Studio using the user same as qualitis. | ||
|
||
2. Enter 'Linkis Console' -> Settings -> wds.linkis.yarnqueue, and then set a queue in yarn. | ||
|
||
### Add Lib of MySQL | ||
``` | ||
cd $LINKIS_HOME/linkis-ujes-spark-enginemanager/lib | ||
``` | ||
Add MySQL Lib in it. | ||
|
||
At last, restart Linkis. | ||
|
||
## Qualitis Configuration | ||
Type in 'QUALITIS-AUTH' in the blank of Linkis Token: | ||
Here is an example: | ||
![](../../../images/en_US/ch1/ClusterConfigurationDemo.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Update Guide | ||
|
||
## update from 0.5.0 to 0.6.0 | ||
Download code of 0.6.0 version. | ||
|
||
Execute the following code below: | ||
``` | ||
mysql -u {USERNAME} -p {PASSWORD} -h {IP} --default-character-set=utf8 | ||
source conf/database/update/update_0.5.0-0.6.0.sql | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# 升级指南 | ||
|
||
## 0.5.0 升级 0.6.0 | ||
下载0.6.0版本代码,并解压。 | ||
|
||
执行以下数据库脚本: | ||
``` | ||
mysql -u {USERNAME} -p {PASSWORD} -h {IP} --default-character-set=utf8 | ||
source conf/database/update/update_0.5.0-0.6.0.sql | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# 接入Linkis文档 | ||
|
||
## Linkis配置 | ||
### 增加Linkis Token | ||
``` | ||
cd $LINKIS_HOME/linkis-gateway/conf | ||
vim token.properties | ||
``` | ||
|
||
增加以下行: | ||
``` | ||
QUALITIS-AUTH=* | ||
``` | ||
|
||
### 修改用户默认提交队列 | ||
1. 在DataSphere Studio中登录Qualitis同名的用户名 | ||
|
||
2. 进入Linkis管理台 -> 设置 -> yarn队列名中,并设置一个可用的yarn队列 | ||
|
||
### 加入MySQL依赖包 | ||
``` | ||
cd $LINKIS_HOME/linkis-ujes-spark-enginemanager/lib | ||
``` | ||
并加入mysql依赖包 | ||
|
||
最后,重启Linkis | ||
|
||
## Qualitis配置 | ||
在Linkis Token中填入'QUALITIS-AUTH' | ||
如下图所示: | ||
![](../../../images/zh_CN/ch1/规则配置样例.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.