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
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
Dear all,
How can i remove data of specific dates from HDFS using hive
query language?
--
*Muhammad Hamza Asad*
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
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
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