Skip to content

HiveMetadataApi getTableProperties returns 404 #85

@oilers

Description

@oilers

The following code I would expect to get the table properties of a database as per http://docs.qubole.com/en/latest/rest-api/hive_metadata_api/get-table-properties.html

QdsClient client = QdsClientFactory.newClient(new DefaultQdsConfiguration("<apiToken>"))
println JsonOutput.toJson(client.hiveMetadata().getTableProperties("<tableName>").invoke().get())

However, instead I get a 404 response. I can run this command through the rest api directly no problem using the same token and schema/table name.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions