Skip to content
This repository has been archived by the owner on Apr 4, 2021. It is now read-only.

Commit

Permalink
FALCON-2037 HiveDR Extension tests are failed in Secure mode with clu…
Browse files Browse the repository at this point in the history
…sterForJobNNKerberosPrincipal not found

Author: Sowmya Ramesh <sramesh@hortonworks.com>

Reviewers: "Peeyush B <peeyushb@apache.org>, Balu Vellanki <balu@apache.org>"

Closes #209 from sowmyaramesh/FALCON-2037

(cherry picked from commit 679c9f5)
Signed-off-by: bvellanki <bvellanki@hortonworks.com>
  • Loading branch information
Sowmya Ramesh authored and bvellanki committed Jul 1, 2016
1 parent 688ebb1 commit f84f2b1
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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);
Expand Down

0 comments on commit f84f2b1

Please sign in to comment.