<pre id=”error-message”>HCatClient error on create table: {“statement”:”use default; create table batting_data(playerid
string, yearid
int, stint
bigint, teamid
string, lgid
string, g
bigint, g_batting
bigint, ab
bigint, r
bigint, h
bigint, 2b
bigint, 3b
bigint, hr
bigint, rbi
bigint, sb
bigint, cs
bigint, bb
bigint, so
bigint, ibb
bigint, hbp
bigint, sh
bigint, sf
bigint, gidp
bigint, g_old
bigint) row format delimited fields terminated by ‘,';”,”error”:”unable to create table: batting_data”,”exec”:{“stdout”:””,”stderr”:”which: no /usr/hdp/2.2.4.2-2//hadoop/bin/hadoop.distro in ((null))\ndirname: missing operand\nTry `dirname –help’ for more information.\nSLF4J: Class path contains multiple SLF4J bindings.\nSLF4J: Found binding in [jar:file:/usr/hdp/2.2.4.2-2/hadoop/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]\nSLF4J: Found binding in [jar:file:/usr/hdp/2.2.4.2-2/hive/lib/hive-jdbc-0.14.0.2.2.4.2-2-standalone.jar!/org/slf4j/impl/StaticLoggerBinder.class]\nSLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.\nSLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]\n Command was terminated due to timeout(60000ms). See templeton.exec.timeout property”,”exitcode”:143}} (error 500)
getting this error now
if I m trying to create table/DB for CLI able to do and unable to do the same from hue console
any help is appreciated