Repository: incubator-trafodion Updated Branches: refs/heads/master c0bb8efaa -> 53d586bca
[TRAFODION-1780] Switch MapReduce to local for install_local_hadoop Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/4439a011 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/4439a011 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/4439a011 Branch: refs/heads/master Commit: 4439a011c3d584eceb9bf091586e58e688f9b793 Parents: 2f896f5 Author: Hans Zeller <[email protected]> Authored: Tue Jan 26 19:48:30 2016 +0000 Committer: Hans Zeller <[email protected]> Committed: Tue Jan 26 19:48:30 2016 +0000 ---------------------------------------------------------------------- core/sqf/sql/scripts/install_local_hadoop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/4439a011/core/sqf/sql/scripts/install_local_hadoop ---------------------------------------------------------------------- diff --git a/core/sqf/sql/scripts/install_local_hadoop b/core/sqf/sql/scripts/install_local_hadoop index bb9aabc..5115e40 100755 --- a/core/sqf/sql/scripts/install_local_hadoop +++ b/core/sqf/sql/scripts/install_local_hadoop @@ -1104,7 +1104,7 @@ EOF <configuration> <property> <name>mapreduce.framework.name</name> - <value>yarn</value> + <value>local</value> </property> <property> <name>mapreduce.jobtracker.http.address</name>
