Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
704
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.00 KB | None | 0 0
  1. + registry=hortonworks
  2. + name=sandbox-hdp
  3. + version=3.0.1
  4. + proxyName=sandbox-proxy
  5. + proxyVersion=1.0
  6. + flavor=hdp
  7. + echo hdp
  8. + mkdir -p sandbox/proxy/conf.d
  9. + mkdir -p sandbox/proxy/conf.stream.d
  10. + docker pull hortonworks/sandbox-hdp:3.0.1
  11. 3.0.1: Pulling from hortonworks/sandbox-hdp
  12. Digest: sha256:7b767af7b42030fb1dd0f672b801199241e6bef1258e3ce57361edb779d95921
  13. Status: Image is up to date for hortonworks/sandbox-hdp:3.0.1
  14. docker.io/hortonworks/sandbox-hdp:3.0.1
  15. + docker pull hortonworks/sandbox-proxy:1.0
  16. 1.0: Pulling from hortonworks/sandbox-proxy
  17. 951bdea65c93: Pull complete
  18. 4b9047c5fbbb: Pull complete
  19. 773156407aae: Pull complete
  20. d8524176841d: Pull complete
  21. Digest: sha256:42e4cfbcbb76af07e5d8f47a183a0d4105e65a1e7ef39fe37ab746e8b2523e9e
  22. Status: Downloaded newer image for hortonworks/sandbox-proxy:1.0
  23. docker.io/hortonworks/sandbox-proxy:1.0
  24. + [ hdp == hdf ]
  25. docker-deploy-hdp30.sh: 28: [: hdp: unexpected operator
  26. + [ hdp == hdp ]
  27. docker-deploy-hdp30.sh: 30: [: hdp: unexpected operator
  28. + docker images
  29. + grep hortonworks/sandbox-hdp
  30. + awk {print $2}
  31. + version=3.0.1
  32. + docker network create cda
  33. b1e9d1fa4f6b926da7c2be0e0a651e86d7e88510bd92f9585cf9640ee329139f
  34. + docker run --privileged --name sandbox-hdp -h --network=cda --network-alias= -d hortonworks/sandbox-hdp:3.0.1
  35. d1854142142db480c623864e4a2780b2678e128b79f0a211804f754a2c165ecb
  36. + echo  Remove existing postgres run files. Please wait
  37.  Remove existing postgres run files. Please wait
  38. + sleep 2
  39. + docker exec -t sandbox-hdp sh -c rm -rf /var/run/postgresql/*; systemctl restart postgresql-9.6.service;
  40. + sed s/sandbox-hdp-security/sandbox-hdp/g assets/generate-proxy-deploy-script.sh
  41. + mv -f assets/generate-proxy-deploy-script.sh.new assets/generate-proxy-deploy-script.sh
  42. + chmod +x assets/generate-proxy-deploy-script.sh
  43. + assets/generate-proxy-deploy-script.sh
  44. + + uname
  45. grep MINGW
  46. + chmod +x sandbox/proxy/proxy-deploy.sh
  47. + sandbox/proxy/proxy-deploy.sh
  48. facac82ea2e1f342a5ad794ea38f2ec908b6544caa9bd5e49cdfd9d2a424b4d7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement