You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Slava D (JIRA)" <ji...@apache.org> on 2019/05/06 15:19:00 UTC

[jira] [Created] (FLINK-12416) Docker build script fails on symlink creation ln -s

Slava D created FLINK-12416:
-------------------------------

             Summary: Docker build script fails on symlink creation ln -s
                 Key: FLINK-12416
                 URL: https://issues.apache.org/jira/browse/FLINK-12416
             Project: Flink
          Issue Type: Bug
          Components: Deployment / Docker
    Affects Versions: 1.8.0
            Reporter: Slava D


When using script 'build.sh' from 'flink-container/docker' it fails onĀ 
{code:java}
+ ln -s /opt/flink-1.8.0-bin-hadoop28-scala_2.12.tgz /opt/flink
+ ln -s /opt/job.jar /opt/flink/lib
ln: /opt/flink/lib: Not a directory
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)