Hive Storage Handler for Cassandra

2010-08-16 Thread Edward Capriolo
Hello, Anyone interested in doing map/reduce on Cassandra data should take a look at Cassandra Storage Handler for Hive. Storage handlers give Hive the ability to work with data outside HDFS in a more natural way. Support is now in place for reading and writing to/from Standard Column Families (no

Re: Dynamic Partition Inserts

2010-08-16 Thread Ning Zhang
Dynamic partition is supported in hive 0.6+. 0.6 is not officially released yet, but you can find the branch at http://svn.apache.org/repos/asf/hadoop/hive/branches/branch-0.6. Ning On Aug 16, 2010, at 6:39 AM, Luke Crouch wrote: Do I need a certain version of Hive? I'm tried this: > set hive

Re: Re: how to support chinese in hive

2010-08-16 Thread lei liu
Hi shangan, You need to set linux coding is UTF-8. 2010/8/16 shangan > the fact is that even I hava data in UTF-8 using simplified Chinese, then > doing a "select *" it will return an unreadable result. Does that mean hive > can only support ascii character ? > > 2010-08-16 > -

Re: Dynamic Partition Inserts

2010-08-16 Thread Luke Crouch
Do I need a certain version of Hive? I'm tried this: > set hive.exec.dynamic.partition=true; > set hive.exec.dynamic.partition.mode=nostrict; And still get: 10/08/16 13:37:36 INFO parse.ParseDriver: Parsing command: FROM ( FROM ( SELECT project, file, os, country, dt FROM downloads WHERE dt='201

Re: what is difference hive local model and standalone model.

2010-08-16 Thread lei liu
Could anybody answer me the question? Thanks, LiuLei 2010/8/14 lei liu > You can look the http://wiki.apache.org/hadoop/Hive/HiveClient page. For > local mode the uri is "jdbc:hive://", for standalone mode the uri is > "jdbc:hive://host:port/dbname". when we use local mode, my application an