Repository: oozie Updated Branches: refs/heads/master e332299dc -> 4ca8678ea
OOZIE-1457 Amendment, wrong ActionExecutor name in oozie-site Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/4ca8678e Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/4ca8678e Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/4ca8678e Branch: refs/heads/master Commit: 4ca8678eabf896a5d1eeb6135e04894faaeffb16 Parents: e332299 Author: Robert Kanter <[email protected]> Authored: Thu Sep 11 14:34:00 2014 -0700 Committer: Robert Kanter <[email protected]> Committed: Thu Sep 11 14:34:00 2014 -0700 ---------------------------------------------------------------------- core/src/main/conf/oozie-site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/4ca8678e/core/src/main/conf/oozie-site.xml ---------------------------------------------------------------------- diff --git a/core/src/main/conf/oozie-site.xml b/core/src/main/conf/oozie-site.xml index 3b71760..703d321 100644 --- a/core/src/main/conf/oozie-site.xml +++ b/core/src/main/conf/oozie-site.xml @@ -31,7 +31,7 @@ org.apache.oozie.action.hadoop.ShellActionExecutor, org.apache.oozie.action.hadoop.SqoopActionExecutor, org.apache.oozie.action.hadoop.DistcpActionExecutor, - org.apache.oozie.action.hadoop.HiveServer2ActionExecutor + org.apache.oozie.action.hadoop.Hive2ActionExecutor </value> </property>
