hacked page

2021-02-06 Thread songj songj
https://cwiki.apache.org/confluence/display/Hive/Home#Home-HiveVersionsandBranchesHiveVersionsHiveVersionsandBranches In this Page, the link of [Full-Text Search over All Hive Resources] is hacked? can anyone handle this link? [image: 20210207100036.jpg]

table&partition location URI check

2017-01-23 Thread songj songj
hi, all: I have a question about the URI check in table/parition's location. I make some test on hive-2.0.0. and I found that there are some confused problems. 1. alter table t set location '/a b' `FAILED: SemanticException Cannot connect to namenode, please check if host/port pair for /

Re: hive need access the hdfs of hbase?

2016-03-20 Thread songj songj
On 17 March 2016 at 15:21, songj songj wrote: > >> hi all: >> I have 2 cluster,one is hive cluster(2.0.0),another is hbase >> cluster(1.1.1), >> this two clusters have dependent hdfs: >> >> hive cluster: >> >>fs.defaultFS >>hdfs://

hive 2.0.0 schematool explicit?

2016-03-19 Thread songj songj
hive 2.0.0 should exec explicit: schematool -dbType derby -initSchema mysql can I not exec this command before I use hive? or there is another config in hive-site.xml to configure it as default?

hbase-1.1.1 & hive-1.0.1

2016-03-19 Thread songj songj
hi all: I use hbase-1.1.1 & hive-1.0.1 ,but I can not access hbase from hive this two apps version does not compatible? Diagnostic Messages for this Task: Error: java.lang.RuntimeException: java.lang.NoSuchMethodError: org.apache.hadoop.hbase.client.Put.setDurability(Lorg/apache/hadoop/hbase/clie

Re: hive need access the hdfs of hbase?

2016-03-18 Thread songj songj
hbase-site.xml in hive's classpath? 2016-03-17 17:17 GMT+08:00 Divya Gehlot : > Do you have hbase-site.xml in classpath ? > > > On 17 March 2016 at 17:08, songj songj wrote: > >> >>zookeeper.znode.parent >>/hbase >> >> >> and I

hive need access the hdfs of hbase?

2016-03-18 Thread songj songj
hi all: I have 2 cluster,one is hive cluster(2.0.0),another is hbase cluster(1.1.1), this two clusters have dependent hdfs: hive cluster: fs.defaultFS hdfs://*hive-cluster* hbase cluster: fs.defaultFS hdfs://*hbase-cluster* *1)*but when I use hive shell to access hbase cluster >s

Re: hive read/write hbase

2016-03-15 Thread songj songj
Caused by: java.lang.IllegalArgumentException: java.net.UnknownHostException: A 2016-03-15 13:20 GMT+08:00 Divya Gehlot : > Hi, > Do you have hive-hbase-handler.jar in hive classpath ? > > > > On 14 March 2016 at 21:28, songj songj wrote: > >> hi,i have two cluster,one is hbase(with a

hive read/write hbase

2016-03-14 Thread songj songj
hi,i have two cluster,one is hbase(with a hdfs://A ) ,another is hive(with a hdfs://B). i want to use hive shell to read/write hbase. when i enter hive shell and input as follows: hive>set hbase.zookeeper.quorum=10.24.31.99; hive> create external table inputTable (key string, value string)