Tried creating table from file. Its giving below error. Using hadoop Sandbox 2.1 checked on other similar posts, but none was helpful
HCatClient error on create table: {“statement”:”use default; create table City_Temp(city
string, temperature
bigint) comment ‘City Temp’ row format delimited fields terminated by ‘,';”,”error”:”unable to create table: City_Temp”,”exec”:{“stdout”:””,”stderr”:”which: no /usr/lib/hadoop/bin/hadoop in ((null))\ndirname: missing operand\nTry `dirname –help’ for more information.\n Command was terminated due to timeout(60000ms). See templeton.exec.timeout property”,”exitcode”:143}} (error 500)