Pruteanu Dragos created HIVE-24714: -------------------------------------- Summary: List partition keys, sort and cluster keys Key: HIVE-24714 URL: https://issues.apache.org/jira/browse/HIVE-24714 Project: Hive Issue Type: Improvement Components: Database/Schema Affects Versions: 3.1.2 Reporter: Pruteanu Dragos
Is it possible to list the partition, cluster, and sort keys per table from Hive? I have to implement this in a Hive modeler called DbSchema. Also, I would ask why this fails: CREATE TABLE sample2 ( id int primary key, firstname varchar(100) , lastname varchar(100) ). If I look in this documentation it says it should work: [https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL] Is another docu I should check? -- This message was sent by Atlassian Jira (v8.3.4#803005)