azukiapp / azk

azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.
http://azk.io
Apache License 2.0
898 stars 63 forks source link

HTTP code is 500 which indicates error: server error - json: cannot unmarshal array into Go value of type string #698

Closed ratoshniuk closed 7 years ago

ratoshniuk commented 7 years ago

Hi there!

I have been trying to run a HP Vertica connected to Kafka but I, actually, have not any clues about an issue.

Appreciate for an answer.

Mac OS El Capitan, VB - last verstion

systems({
  vertica : {
    depends:["kafka"],
    shell: ["bin/bash/"],
    provision: ["--ulimit nofile=262144:262144"],
    image : {docker: "docker-some-image"},
    wait: 20,
    ports : {
      data : '5433:5433/tcp',
    },
    http: {
      domains: ["vertica.#{azk.default_domain}"]
    },
    envs : {
      VSQL_DATABASE: 'vortex',
      VSQL_USER: 'dbadmin',
      VSQL_PORT: '5433',
      VSQL_PASSWORD: 'password',
      SHELL: 'bin/bash',
      TMPDIR:'/tmp/temp_files'
    }
  },
  });
ratoshniuk commented 7 years ago

docker_extra: { HostConfig: { Privileged: true }, },