I would like to create a table in hive using Java. To do this, follow these steps:
public class HiveCreateTable { private static String driverName = "com.facebook.presto.jdbc.PrestoDriver"; public static void main(String[] args) throws SQLException {
Error:
Exception in thread "main" java.sql.SQLException: request failed (# 20150731_101653_00008_hv68j): Unknown type for column 'cip'
source share