Repository: falcon Updated Branches: refs/heads/master 31ab50239 -> 679c9f51d
FALCON-2037 HiveDR Extension tests are failed in Secure mode with clusterForJobNNKerberosPrincipal not found Author: Sowmya Ramesh <[email protected]> Reviewers: "Peeyush B <[email protected]>, Balu Vellanki <[email protected]>" Closes #209 from sowmyaramesh/FALCON-2037 Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/679c9f51 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/679c9f51 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/679c9f51 Branch: refs/heads/master Commit: 679c9f51dda6a045b900c62b59cb2c8b0a6a0ac8 Parents: 31ab502 Author: Sowmya Ramesh <[email protected]> Authored: Fri Jul 1 09:46:34 2016 -0700 Committer: bvellanki <[email protected]> Committed: Fri Jul 1 09:46:34 2016 -0700 ---------------------------------------------------------------------- .../mirroring/hive/HiveMirroringExtensionProperties.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/679c9f51/extensions/src/main/java/org/apache/falcon/extensions/mirroring/hive/HiveMirroringExtensionProperties.java ---------------------------------------------------------------------- diff --git a/extensions/src/main/java/org/apache/falcon/extensions/mirroring/hive/HiveMirroringExtensionProperties.java b/extensions/src/main/java/org/apache/falcon/extensions/mirroring/hive/HiveMirroringExtensionProperties.java index 7e80712..828817b 100644 --- a/extensions/src/main/java/org/apache/falcon/extensions/mirroring/hive/HiveMirroringExtensionProperties.java +++ b/extensions/src/main/java/org/apache/falcon/extensions/mirroring/hive/HiveMirroringExtensionProperties.java @@ -53,8 +53,8 @@ public enum HiveMirroringExtensionProperties { DISTCP_MAX_MAPS("distcpMaxMaps", "Maximum number of maps used during distcp", false), MAP_BANDWIDTH_IN_MB("distcpMapBandwidth", "Bandwidth in MB/s used by each mapper during replication", false), CLUSTER_FOR_JOB_RUN("clusterForJobRun", "Cluster on which replication job runs", false), - CLUSTER_FOR_JOB_NN_KERBEROS_PRINCIPAL("Job cluster kerberos principal", - "Write EP of cluster on which replication job runs", false), + CLUSTER_FOR_JOB_NN_KERBEROS_PRINCIPAL("clusterForJobNNKerberosPrincipal", "Job cluster kerberos principal", + false), CLUSTER_FOR_JOB_RUN_WRITE_EP("clusterForJobRunWriteEP", "Write EP of cluster on which replication job runs", false), TDE_ENCRYPTION_ENABLED("tdeEncryptionEnabled", "Set to true if TDE encryption is enabled", false), HIVE_MIRRORING_JOB_NAME("hiveJobName", "Unique hive replication job name", false);
