You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2017/02/27 20:31:03 UTC

[37/50] [abbrv] bigtop git commit: ODPI-143. java.io.IOException: Failed to replace a bad datanode on the existing pipeline due to no more good datanodes being

ODPI-143. java.io.IOException: Failed to replace a bad datanode on the existing pipeline due to no more good datanodes being


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/57bb8073
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/57bb8073
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/57bb8073

Branch: refs/heads/BIGTOP-1406
Commit: 57bb80734e5dd3ffeef69fc8e3d2cc32bfa677cf
Parents: b3cda1e
Author: Roman Shaposhnik <rv...@apache.org>
Authored: Mon Nov 7 23:39:12 2016 -0800
Committer: Roman Shaposhnik <rv...@apache.org>
Committed: Fri Feb 24 12:03:50 2017 -0800

----------------------------------------------------------------------
 docker/sandbox/site.yaml.template.centos-6_hadoop | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/57bb8073/docker/sandbox/site.yaml.template.centos-6_hadoop
----------------------------------------------------------------------
diff --git a/docker/sandbox/site.yaml.template.centos-6_hadoop b/docker/sandbox/site.yaml.template.centos-6_hadoop
index 71a7c33..63d0325 100644
--- a/docker/sandbox/site.yaml.template.centos-6_hadoop
+++ b/docker/sandbox/site.yaml.template.centos-6_hadoop
@@ -15,6 +15,9 @@
 
 bigtop::hadoop_head_node: "head.node.fqdn"
 hadoop::hadoop_storage_dirs: [/data/1, /data/2]
-bigtop::bigtop_repo_uri: http://bigtop-repos.s3.amazonaws.com/releases/1.1.0/centos/6/x86_64
-hadoop_cluster_node::cluster_components: [hadoop, yarn]
-bigtop::jdk_package_name: java-1.7.0-openjdk-devel.x86_64
+bigtop::bigtop_repo_uri: $2
+hadoop_cluster_node::cluster_components: $3
+bigtop::jdk_package_name: $4
+hadoop::common_hdfs::testonly_hdfs_sshkeys: "yes"
+hadoop::common_hdfs::hdfs_replace_datanode_on_failure: "false"
+EOF