exception with Hive long create table statement -


i have "very long" create external table" statement try run in hive (200+ columns) end error message.

error while processing statement: failed: execution error, return code 1 org.apache.hadoop.hive.ql.exec.ddltask. metaexception(message:for direct metastore db connections, don't support retries @ client level.)

it's suppose create external table on populated hbase table. if reduce number of column in hive statement works.

so max number of column?, connection timeout? , lenght of statement?

please share thought.

regards, breach

not sure if number of variables real problem given limited information provided, post should able check if number of variables problem.

creating hive table ~40k columns


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -