From 09eae71d43bb986efe061ed125c293c6925d0846 Mon Sep 17 00:00:00 2001 From: Dennis Huo Date: Thu, 9 Jul 2015 13:46:27 -0700 Subject: [PATCH] Update CHANGES.txt ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=97904920 --- CHANGES.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index cc92254..a3eb7ab 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -23,12 +23,7 @@ as the filesystem of the input file(s) (e.g. when reading GCS files and the default FS is HDFS). Pig reading from GCS should now work in ambari bdutil deployments. - 8. Added support for Spark on Cloud Bigtable; install_hbase_bigtable.sh - will now automatically detect when Spark has already been installed, - and will perform the necessary extra configuration to make Spark able - to use the Cloud Bigtable connector. Simply import the plugins in - order of Spark-first: ./bdutil -e hadoop2 -e spark -e bigtable deploy - 9. Fixed a bug where Hive deployed under ambari_env.sh is unable to + 8. Fixed a bug where Hive deployed under ambari_env.sh is unable to LOAD DATA INPATH 'gs://<...>' due to Hive server needing to be restarted after GCS connector installation to pick it up on its classpath.