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

Dongjoon Hyun resolved ORC-2073.
--------------------------------
    Fix Version/s: 2.3.0
       Resolution: Fixed

Issue resolved by pull request 2508
[https://github.com/apache/orc/pull/2508]

> Fix `JSONArgsRecommended` warnings of `Dockerfile`
> --------------------------------------------------
>
>                 Key: ORC-2073
>                 URL: https://issues.apache.org/jira/browse/ORC-2073
>             Project: ORC
>          Issue Type: Test
>          Components: Infra
>    Affects Versions: 2.3.0
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Major
>             Fix For: 2.3.0
>
>
> This issues aims to fix `JSONArgsRecommended` warnings.
> {code:java}
> 35    CMD if [ ! -d orc ]; then \
> 36      echo "No volume provided, building from apache main."; \
> 37      echo "Pass '-v`pwd`:/root/orc' to docker run to build local source."; 
> \
> 38      git clone https://github.com/apache/orc.git -b main; \
> 39    fi && \
> 40    mkdir build && \
> 41    cd build && \
> 42    cmake ../orc && \
> 43    make package test-out
> JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended 
> behavior related to OS signals {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to