Hi guys,
who knows why class HiveConf has no HADOOPCONF enum type in hive common jar
now?
I write code using hive-common-1.2.1.jar HiveConf class to access HDFS(HA
namenode), and I get an error below. I realized my code didn't
config HADOOPCONF so it can't connect to HDFS, but there is no HADOOPCO
-19 8:12 GMT+08:00 Alan Gates :
> This looks to me like a Hadoop issue rather than Hive. It appears that
> you cannot connect to HDFS. Have you tried connecting to HDFS outside of
> Hive/HCatalog?
>
> Alan.
>
> > On May 18, 2016, at 04:24, Mark Memory wrote:
> >
&g
hello guys, sorry to bother you.
I'm using hcatalog to write hive tables, but I don't know how to do with
namenode HA
my code was copied from
https://github.com/apache/hive/blob/master/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/TestReaderWriter.java
*below is my config:*
hiveC