Amazon EMR WAL(EMRWAL) CLI 참조
EMRWAL 명령줄 인터페이스(EMRWAL CLI)는 Amazon EMR에 대한 미리 쓰기 로그(WAL)를 관리하는 통합 도구입니다. 클러스터를 생성할 때 WAL을 활성화하면 EMRWAL CLI는 EMR 클러스터와 함께 제공됩니다. WAL 활성화에 대한 자세한 내용은 Amazon EMR에 대한 미리 쓰기 로그(WAL) 섹션을 참조하세요.
EMRWAL CLI에는 다음 명령이 포함됩니다.
주제
createWorkspace
createWorkspace
명령은 새 Amazon EMR WAL 워크스페이스를 생성합니다.
사용량:
emrwal createWorkspace [-tags <tags>] [-e
{endpoint}
] [-r{Region}
] -w{workspacename}
[-h]
예:
emrwal createWorkspace -w
examplews
deleteWal
deleteWals
명령은 사용자가 지정한 Amazon EMR WAL을 삭제합니다.
사용량:
emrwal deleteWal [-e
{endpoint}
] [-r{Region}
] [-w{workspacename}
] [-p <tablePrefix>] [-n <walName>] [-N <fullName>] [-R] [-m] [-h]
예:
emrwal deleteWal -w
examplews
-p hbasetable -nexamplewal
deleteWorkspace
deleteWorkspace
명령은 사용자가 지정한 Amazon EMR WAL 워크스페이스를 삭제합니다.
사용량:
emrwal deleteWorkspace [-e
{endpoint}
] [-r{Region}
] -w{workspacename}
[-h]
예:
emrwal deleteWorkspace -w
examplews
listTagsForResource
listTagsForResource
명령은 사용자가 지정한 Amazon EMR WAL 워크스페이스의 모든 키-값 페어 태그를 나열합니다.
사용량:
emrwal listTagsForResource -arn
{resource-arn}
[-e{endpoint}
] [-r{Region}
] [-h]
예:
emrwal listTagsForResource -arn arn:aws:emrwal::
1234567891234
:workspace/examplews
listWals
listWals
명령은 사용자가 지정한 워크스페이스의 모든 Amazon EMR WAL을 나열합니다.
사용량:
emrwal listWals [-nextToken
{token-string}
] [-pageSize{integer}
] [-e{endpoint}
] [-r{Region}
] [-w{workspacename}
] [-p <tablePrefix>] [-M{integer}
] [-h]
예:
emrwal listWals -w
examplews
listWorkspaces
이 listWorkspaces
명령은 사용 가능한 모든 Amazon EMR WAL 워크스페이스를 나열합니다.
사용량:
emrwal listWorkspaces [-nextToken
{token-string}
] [-pageSize{integer}
] [-e{endpoint}
] [-r{Region}
] [-M{integer}
] [-h]
예:
emrwal listWorkspaces
tagResource
tagResource
명령은 사용자가 지정한 Amazon EMR WAL 워크스페이스에 하나 이상의 키-값 페어 태그를 할당합니다.
사용량:
emrwal tagResource -arn
{resource-arn}
-tags <tags> [-e{endpoint}
] [-r{Region}
] [-h]
예:
emrwal tagResource -arn arn:aws:emrwal::
1234567891234
:workspace/examplews
-tagstag_key
=tag_value
untagResource
untagResource
명령은 사용자가 지정한 Amazon EMR WAL 워크스페이스에 하나 이상의 키-값 페어 태그를 할당 해제합니다.
사용량:
emrwal untagResource -arn
{resource-arn}
-tagKeys <tagKeys> [-e{endpoint}
] [-r{Region}
] [-h]
예:
emrwal untagResource -arn arn:aws:emrwal::
1234567891234
:workspace/examplews
-tagKeystag_key