Problem description

A similar output is displayed when I call syncClient.createTable(request):
Caused by: [ErrorCode]:OTSUnsupportOperation, [Message]:Unsupported operation: 'CreateTable'.

Cause

Tablestore SDK later than V4.0.0 is used to access tables created by using Tablestore SDK V2.x.x or earlier.

Solution

Use Tablestore SDK V2.x.x.

<dependency>
    <groupId>com.aliyun.openservices</groupId>
    <artifactId>ots-public</artifactId>
    <version>2.2.5</version>
</dependency>