[ https://issues.apache.org/jira/browse/HIVE-11736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14746699#comment-14746699 ]
niklaus.xiao commented on HIVE-11736: ------------------------------------- The create table command takes too long (longer than 60 seconds), then it was terminated. Try to check hcat logs why it takes so long or change the timeout configuration: {quote} templeton.exec.timeout {quote} > while creating this hcatalog table then getting this error > ------------------------------------------------------------ > > Key: HIVE-11736 > URL: https://issues.apache.org/jira/browse/HIVE-11736 > Project: Hive > Issue Type: Bug > Reporter: Sadeek Mohammad > Priority: Blocker > > 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) > any help is appreciated -- This message was sent by Atlassian JIRA (v6.3.4#6332)