azukiapp/azk

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

ratoshniuk opened this issue · 1 comments

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'
    }
  },
  });

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