I tried running an hive query and ended up with this .. Whats the problem
its facing and how do I fix this..
hive> create table employee (name STRING, age STRING)
ROW FORMAT DELIMITED FIELDS TERMINATED BY '/t'
stored as textfile;
FAILED: Error in metadata: javax.jdo.JDOFatalDataStoreException:stored as textfile;
Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The
driver has not received any packets from the server.
NestedThrowables:
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications
link failure
The last packet sent successfully to the server was 0 milliseconds ago. The
driver has not received any packets from the server.
FAILED: Execution Error, return code 1 from
org.apache.hadoop.hive.ql.exec.DDLTask
Thanks
--
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
Please notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system. You are also
notified that disclosing, copying, distributing or taking any action in
reliance on the contents of this information is strictly prohibited.