Releases: nexr/RHive
Releases · nexr/RHive
nexr-rhive-2.0.10-ranger
Update for Apache Ranger
- Remove
addjar
while init. Users have to distributerhive_udf.jar
at proper location(hive aux lib, etc). - java up to 1.7
- set
HADOOP_HDFS_HOME
andHADOOP_MAPREDUCE_HOME
to build. Normaly these are same asHADOOP_HOME
.
nexr-rhive-2.0.10
Add Environment Variable "FS_TMP"
nexr-rhive-2.0.9
nexr-rhive-2.0.8
[BUG FIX] rhive.load.table2
nexr-rhive-2.0.7
Change how to load hadoop jars.
nexr-rhive-2.0.6
- Kerberos Authentication Support
- Add and update test case
- Kryo Support for CDH
nexr-rhive-2.0.4
nexr-rhive-2.0.4
- rhive.desc.table() support the following:
- table has line delimiter '\n'
- hive 0.13.1. "DESC" query in this version don't provided comment column.
- rhive.desc.table(x, details = True) return String including table detail information.
nexr-rhive-2.0.4
bug fixed : create user temp directory in HDFS
nexr-rhive-2.0.3
bug fixed : load hadoop configuration
nexr-rhive-2.0.2
bugfix: rhive.load.table2 - A (double) quote character in a field is …