Congrats Naveen!
--Sharath
On Sat, Dec 17, 2016 at 11:16 PM Lefty Leverenz
wrote:
> Congratulations Naveen!
>
> -- Lefty
>
>
>
>
> On Fri, Dec 16, 2016 at 10:10 AM, Xuefu Zhang wrote:
>
> Bcc: dev/user
>
>
>
>
>
> Hi all,
>
>
>
>
>
> It's my honor to announce that Apache Hive PMC has voted on
Congratulations Naveen!
-- Lefty
On Fri, Dec 16, 2016 at 10:10 AM, Xuefu Zhang wrote:
> Bcc: dev/user
>
> Hi all,
>
> It's my honor to announce that Apache Hive PMC has voted on and approved
> Naveen's committership. Please join me in congratulate him on his
> contributions and achievements.
>
Congrats Rajesh..
Sent from Yahoo Mail on Android
On Sun, Dec 18, 2016 at 8:09 AM, Hui Fei wrote:
Congratulations Rajesh!
2016-12-14 10:51 GMT+08:00 Prasanth Jayachandran :
The Apache Hive PMC has voted to make Rajesh Balamohan a committer on the
Apache Hive Project. Please join me in co
One thing, timestamp is usually in high cardinality. It is not the right
choice because it causes too many partitions.
2016-12-17 23:34 GMT+09:00 Elliot West :
> It looks as though your table is partitioned yet perhaps you haven't
> accounted for this when adding the data? Firstly it is good prac
Guys, I'm new to hive give me some tips to start..
Sent from Yahoo Mail on Android
On Sat, Dec 17, 2016 at 8:04 PM, Elliot West wrote: It
looks as though your table is partitioned yet perhaps you haven't accounted for
this when adding the data? Firstly it is good practice (and sometimes
Congratulations Rajesh!
2016-12-14 10:51 GMT+08:00 Prasanth Jayachandran :
> The Apache Hive PMC has voted to make Rajesh Balamohan a committer on the
> Apache Hive Project. Please join me in congratulating Rajesh.
>
> Congratulations Rajesh!
>
> Thanks
> Prasanth
It looks as though your table is partitioned yet perhaps you haven't
accounted for this when adding the data? Firstly it is good practice (and
sometimes essential) to put the data into a partition folder of the form
"timestamp=''". You may then need to add the partition
depending on how you are cre
Hi All:
I create a orc table in hive
create table if not exists user_tag (
rowkey STRING ,
cate1 STRING ,
cate2 STRING ,
cate3 STRING ,
cate4 STRING
)
PARTITIONED BY (timestamp STRING)
ROW FORMAT DELIMITED FIELDS TERMINATED BY ','
STORED AS orc
LOCATION '/user/hive/warehouse/kylinlabel.db/user_t