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 2019/05/03 07:35:01 UTC

[jira] [Created] (BIGTOP-3212) Deploy QFS client failed due to no such directory error

Evans Ye created BIGTOP-3212:
--------------------------------

             Summary: Deploy QFS client failed due to no such directory error
                 Key: BIGTOP-3212
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3212
             Project: Bigtop
          Issue Type: Sub-task
          Components: deployment
    Affects Versions: 1.3.0
            Reporter: Evans Ye
            Assignee: Evans Ye
             Fix For: 1.4.0


{code}
Wrapped exception:
No such file or directory - /etc/qfs/QfsClient.prp20190502-223-14p90hf
Error: /Stage[main]/Qfs::Client/File[/etc/qfs/QfsClient.prp]/ensure: change from absent to file failed: Could not set 'file' on ensure: No such file or directory - /etc/qfs/QfsClient.prp20190502-223-14p90hf at 153:/bigtop-home/bigtop-deploy/puppet/modules/qfs/manifests/init.pp
Notice: /Stage[main]/Qfs::Client/Package[qfs-java]/ensure: created
Notice: /Stage[main]/Qfs::Client/File[/usr/bin/hadoop-qfs]/ensure: defined content as '{md5}7501cd9901be7d42c803d492041db0ea'
Error: Could not set 'file' on ensure: No such file or directory - /etc/qfs/QfsClient.prp20190502-219-1w7pwqz at 153:/bigtop-home/bigtop-deploy/puppet/modules/qfs/manifests/init.pp
Error: Could not set 'file' on ensure: No such file or directory - /etc/qfs/QfsClient.prp20190502-219-1w7pwqz at 153:/bigtop-home/bigtop-deploy/puppet/modules/qfs/manifests/init.pp
{code}

Reproduce:
{code}
+ cat provisioner/docker/config_centos-7-x86_64-deploy_Bigtop-smoke-tests.yaml
docker:
        memory_limit: "5g"
        image: "bigtop/puppet:1.4.0-centos-7"
repo: http://repos.bigtop.apache.org/releases/1.4.0/centos/7/x86_64
distro: centos
components: [hdfs,yarn,qfs]
enable_local_repo: false
smoke_test_components: [qfs]
+ docker run --rm -v /home/jenkins/workspace/Bigtop-trunk-smoke-tests-1.4.0/COMPONENTS/hdfs.yarn.qfs@qfs/OS/centos-7-x86_64-deploy/bigtop:/bigtop-home bigtop/puppet:trunk-centos-7 bash -c 'chown -R 1001:1001 /bigtop-home'
+ cd provisioner/docker
+ ./docker-hadoop.sh -d
No cluster exists!
+ cd provisioner/docker
+ ./docker-hadoop.sh -C config_centos-7-x86_64-deploy_Bigtop-smoke-tests.yaml -c 3 -s
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)