You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Peter Somogyi (Jira)" <ji...@apache.org> on 2019/09/16 13:52:00 UTC

[jira] [Resolved] (HBASE-23026) docker run command should not quote JAVA_VOL

     [ https://issues.apache.org/jira/browse/HBASE-23026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Somogyi resolved HBASE-23026.
-----------------------------------
    Resolution: Fixed

Merged #34 to master.

> docker run command should not quote JAVA_VOL
> --------------------------------------------
>
>                 Key: HBASE-23026
>                 URL: https://issues.apache.org/jira/browse/HBASE-23026
>             Project: HBase
>          Issue Type: Bug
>          Components: hbase-operator-tools
>    Affects Versions: hbase-operator-tools-1.0.0
>            Reporter: Peter Somogyi
>            Assignee: Peter Somogyi
>            Priority: Major
>             Fix For: hbase-operator-tools-1.0.0
>
>
> The JAVA_VOL variable shouldn't be quoted when calling docker run in do-release-docker.sh.
> + docker run -ti --env-file /Users/peter.somogyi/projects/rm/env.list --volume /Users/peter.somogyi/projects/rm:/opt/hbase-rm '' hbase-rm:latest
> docker: invalid reference format.
> A similar error occurs when -j <java_home> is passed to the script:
> unknown flag: --volume /Users/peter.somogyi/.sdkman/candidates/java/current:/opt/hbase-java



--
This message was sent by Atlassian Jira
(v8.3.2#803003)