You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Evans Ye (JIRA)" <ji...@apache.org> on 2017/01/21 08:49:26 UTC

[jira] [Created] (BIGTOP-2671) [Puppet] Zookeeper can not support multiple nodes deployment

Evans Ye created BIGTOP-2671:
--------------------------------

             Summary: [Puppet] Zookeeper can not support multiple nodes deployment
                 Key: BIGTOP-2671
                 URL: https://issues.apache.org/jira/browse/BIGTOP-2671
             Project: Bigtop
          Issue Type: Bug
          Components: deployment
    Affects Versions: 1.1.0
            Reporter: Evans Ye
            Assignee: Evans Ye


Using Docker Provisioner to create a 3 node cluster for testing.
The testing config:
{code}
cd bigtop/provisioner/docker

cat config.yaml
docker:
        memory_limit: "4g"
        image: "bigtop/puppet:centos-7"

repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.1.0/centos/7/x86_64"
distro: centos
components: [hadoop, yarn, spark, zookeeper, kafka]
enable_local_repo: false
smoke_test_components: [mapreduce, pig]
jdk: "java-1.7.0-openjdk-devel.x86_64"

./docker-hadoop -c 3
./docker-hadoop -e 1 bash
/usr/lib/zookeeper/bin/zkCli.sh
create /test data
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)