testConnectExternalHiveMetaStore
- 인쇄
- PDF
testConnectExternalHiveMetaStore
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
VPC 환경에서 이용 가능합니다.
사용자 계정에 생성된 Cloud DB for MySQL (VPC) 데이터베이스와 Cloud Hadoop Hive 메타스토어를 연동할 수 있는지 확인합니다.
클러스터당 USER_ID + HOST(IP) 단위로 연동 계정 1개만 추가할 수 있습니다.
MySQL 5.7.x 버전에서만 연동이 가능하며, Cloud DB for MySQL (VPC) 상태가 운영중인 경우만 지원되는 기능입니다.
TEST CONNECTION 기능 수행시 hive_*_CHadoop 형태의 database가 생성됩니다.
메타스토어 연동 계정은 DDL 권한만 지원됩니다.
사전 작업으로 Cloud DB for MySQL (VPC) ACG에 Cloud Hadoop 에서 사용하는 ACG를 추가해주시고 모든 통신을 허용하셔야 정상적인 연동이 가능합니다.
요청
요청 파라미터
파라미터명 | 필수 여부 | 타입 | 제약 사항 | 설명 |
---|---|---|---|---|
regionCode | No | String | - 리전 코드 - Hive 메타스토어를 연동가능한 지 테스트 할 리전(Region)을 결정 가능 - regionCode는 getRegionList 액션을 통해서 획득 가능 - Default: getRegionList 조회 결과의 첫 번째 리전을 선택 | |
cloudHadoopInstanceNo | Yes | String | - Cloud Hadoop 인스턴스 번호 cloudHadoopInstanceNo는 getCloudHadoopInstanceList 액션을 통해서 획득 가능 | |
cloudMysqlInstanceNo | Yes | String | - Hive 메타스토어를 연동가능한 지 테스트 할 Cloud DB for MySQL (VPC) 인스턴스 번호 - cloudMysqlInstanceNo는 getCloudHadoopMysqlInstanceList 액션을 통해서 획득 가능 | |
cloudMysqlUserName | Yes | String | - Hive 메타스토어를 연동가능한 지 테스트 할 Cloud DB for MySQL (VPC) 접근 유저 명 - cloudMysqlUserName는 getCloudHadoopMysqlUserList 액션을 통해서 획득 가능 | |
cloudMysqlUserPassword | Yes | String | 영어/특수문자/숫자 3개 항목에 대해 1자 이상 포함되어야 함 ` & + \ " ' / 스페이스 는 패스워드로 사용 불가 Min: 8 Max: 20 | - Hive 메타스토어를 연동가능한 지 테스트 할 Cloud DB for MySQL (VPC) 접근 유저 패스워드 |
responseFormatType | No | String | - 응답 결과의 포맷 타입 - Options: xml | json - Default: xml |
요청 바디
{
"regionCode": "string",
"cloudHadoopInstanceNo": "string",
"cloudMysqlInstanceNo": "string",
"cloudMysqlUserName": "string",
"cloudMysqlUserPassword": "string",
"responseFormatType": "string"
}
응답
응답 바디
{
"testConnectExternalHiveMetaStoreResponse": {
"requestId": "string",
"returnCode": "string",
"returnMessage": "string"
}
}
오류코드
예시
요청 예시
GET {API_URL}/testConnectExternalHiveMetaStore
?regionCode=KR
&cloudHadoopInstanceNo=821***
&cloudMysqlInstanceNo=823***
&cloudMysqlUserName=test**
&cloudMysqlUserPassword=******
응답 예시
{
"testConnectExternalHiveMetaStoreResponse": {
"requestId": "668a5ab5-ee01-4340-86ac-625948079674",
"returnCode": "0",
"returnMessage": "success"
}
}
<testConnectExternalHiveMetaStoreResponse>
<requestId>65544ec3-8da6-4bf1-9b0c-5957d110bd42</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
</testConnectExternalHiveMetaStoreResponse>
오류코드 예시
{
"responseError": {
"returnCode": "5001342",
"returnMessage": "The access to the DB server from Cloud Hadoop is blocked. Modify the ACG settings of Cloud DB for MySQL."
}
}
{
"responseError": {
"returnCode": "5001343",
"returnMessage": "The account or password was entered incorrectly. Enter the correct account and password."
}
}
이 문서가 도움이 되었습니까?