java - Spark to HCatalog without Spark SQL -


how connect hcatalog spark job without using spark sql.

we using cloudera distribution of spark, in don't have support spark sql.

is there other way can connect o hcatalog spark job?

why not connect hcatalog rest server via webhcat? https://cwiki.apache.org/confluence/display/hive/webhcat

that can done without relying upon cloudera spark / sparksql integration.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -