Hi,
HIVE-6109 added support for providing custom path pattern when dynamic
partitions are added through HCatalog APIs. However that feature is not yet
available when issuing Hive queries. I have created a JIRA HIVE-8053 to
track it.
Thanks,
Satish
On Thu, Sep 11, 2014 at 9:01 AM, Nitin Pawar
w
Hi,
I am wondering if anyone has been able to get Thrift Set type working in
Hive.
Thrift supports List, Map and Struct complex types, which get mapped to
Array, Map and Struct complex types in Hive respectively. (Though there is
a difference in the support for Map: Thrift map allows a key of com
'ALTER TABLE .. ADD PARTITION..' would just a partition entry for the table
in hive metastore. It doesn't perform any data loading, instead it expects
the data to be loaded already in the file pointed to by LOCATION.
On Tue, Jul 15, 2014 at 5:39 AM, Raymond Lau wrote:
> I've created an external
You can configure the following property in
$HIVE_HOME/conf/hive-log4j.properties:
hive.log.dir=
The default value of this property is ${java.io.tmpdir}/${user.name}.
Thanks,
Satish
On Thu, Jul 17, 2014 at 11:58 PM, Yang wrote:
> we just moved to hadoop2.0 (HDP2.1 distro). it turns out that
Can you check the following element configured in hive-site.xml of your
Hive client:
javax.jdo.option.ConnectionURLjdbc:mysql://*hostname*/database_name?createDatabaseIfNotExist=true
where *hostname* is the name of the machine you installed MySQL on and
database_name is the name of database.
On
Hi,
You could use HCatalog for reading/writing data into Hive metastore tables.
HCatalog provides HCatLoader/HCatStorer interface for Pig and
HCatInputFormat/HCatFormat interface for MR jobs to perform table
read/write, including support for static/dynamic partitions.
Thanks,
Satish
On Thu, Dec