Welcome to the Cloudera Community

Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Who agreed with this topic

create table in hive is stuck using cloudera quickstart vm

avatar
New Contributor

 

I am using sqoop to create a table in hive using --hive-import which is getting stuck. So tried normal create table in hive using hive CLI to check but this is also getting stuck. 


I am using cloudera quickstart vm. The command is stuck and even after a long time does not happen anything. Am i missing anything. Appreciate if anyone can help on this please. The below is the terminal log. Appreciate any quick help on this please.

 

[cloudera@quickstart ~]$ hive

Logging initialized using configuration in jar:file:/usr/jars/hive-common-1.1.0-cdh5.5.0.jar!/hive-log4j.properties WARNING: Hive CLI is deprecated and migration to Beeline is recommended. hive> create table test_dept(department_id int,department_name string); Interrupting... Be patient, this might take some time. Press Ctrl+C again to kill JVM Exiting the JVM [cloudera@quickstart ~]$

Who agreed with this topic