Does hive support unicode in table name and column name

2013-06-02 Thread Павел Мезенцев
Hello! I have a question. Does hive support unicode characters in table name and column name? Is any chance to create and manipulate with table, where table name and columns name are in russian create table тест { поле1 STRING, поле2 STRING } Best regards, Mezentsev Pavel

Re: How to delete Specific date data using hive QL?

2013-06-02 Thread Nitin Pawar
how is the data laid out? is it partitioned data by the date? On Mon, Jun 3, 2013 at 11:20 AM, Hamza Asad wrote: > Dear all, > How can i remove data of specific dates from HDFS using hive > query language? > > -- > *Muhammad Hamza Asad* > -- Nitin Pawar

How to delete Specific date data using hive QL?

2013-06-02 Thread Hamza Asad
Dear all, How can i remove data of specific dates from HDFS using hive query language? -- *Muhammad Hamza Asad*

Re: Able to ADD JAR but FileNotFoundException while querying

2013-06-02 Thread Lenin Raj
Hello All, Bcc'ing Dev list The PATH of the JAR file refers a HDFS path. Moved the file to HDFS and the issue is resolved. Though, ADD JAR command should valid whether file exists before saying "Added resource" Please correct me if I'm wrong. Thanks, Lenin On Sun, Jun 2, 2013 at 4:09 PM, Le

Re: Able to ADD JAR but FileNotFoundException while querying

2013-06-02 Thread Lenin Raj
CC'ing the dev list. Thanks, Lenin On Sat, Jun 1, 2013 at 5:47 PM, Lenin Raj wrote: > Hello, > > I created a 'tweets' table as mentioned here: > https://github.com/cloudera/cdh-twitter-example > > After populating data into HDFS directory, When I tried to query the > table, I am getting FileN

Re: .sql vs. .hql

2013-06-02 Thread Bertrand Dechoux
Basically, hive does only support its own SQL witch is called HQL. The prefix of the files, as hinted by Matt, is only a convention. You could put whatever you want, that won't impact hive. Regards Bertrand On Fri, May 31, 2013 at 11:02 PM, Sanjay Subramanian < sanjay.subraman...@wizecommerce