You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sh...@apache.org on 2016/07/05 10:56:32 UTC

incubator-atlas git commit: ATLAS-988 HiveHookIT.testInsertIntoTable is broken (svimal2106 via shwethags)

Repository: incubator-atlas
Updated Branches:
  refs/heads/master 8056a8d54 -> b731f64ae


ATLAS-988 HiveHookIT.testInsertIntoTable is broken (svimal2106 via shwethags)


Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/b731f64a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/b731f64a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/b731f64a

Branch: refs/heads/master
Commit: b731f64aef7426d3d17689affb5178eede4db0d9
Parents: 8056a8d
Author: Shwetha GS <ss...@hortonworks.com>
Authored: Tue Jul 5 16:26:26 2016 +0530
Committer: Shwetha GS <ss...@hortonworks.com>
Committed: Tue Jul 5 16:26:26 2016 +0530

----------------------------------------------------------------------
 addons/hive-bridge/src/test/resources/hive-site.xml | 5 +++++
 release-log.txt                                     | 1 +
 2 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/b731f64a/addons/hive-bridge/src/test/resources/hive-site.xml
----------------------------------------------------------------------
diff --git a/addons/hive-bridge/src/test/resources/hive-site.xml b/addons/hive-bridge/src/test/resources/hive-site.xml
index 058e546..3fe57df 100644
--- a/addons/hive-bridge/src/test/resources/hive-site.xml
+++ b/addons/hive-bridge/src/test/resources/hive-site.xml
@@ -17,6 +17,11 @@
 
 <configuration>
     <property>
+        <name>hive.exec.submit.local.task.via.child</name>
+        <value>false</value>
+    </property>
+
+    <property>
         <name>mapreduce.framework.name</name>
         <value>local</value>
     </property>

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/b731f64a/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 795ff17..4c45155 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -37,6 +37,7 @@ ATLAS-409 Atlas will not import avro tables with schema read from a file (dosset
 ATLAS-379 Create sqoop and falcon metadata addons (venkatnrangan,bvellanki,sowmyaramesh via shwethags)
 
 ALL CHANGES:
+ATLAS-988 HiveHookIT.testInsertIntoTable is broken (svimal2106 via shwethags)
 ATLAS-655 Please delete old releases from mirroring system (shwethags)
 ATLAS-970 Remove glyphicon from login.jsp (kevalbhatt18 via shwethags)
 ATLAS-959 Exception while writing to audit log. [java.io.IOException: No FileSystem for scheme: hdfs] (saqeeb.s via sumasai)