You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Konstantinov (JIRA)" <ji...@apache.org> on 2016/06/07 11:02:20 UTC

[jira] [Updated] (IGNITE-3266) Web console: error in docker file

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

Pavel Konstantinov updated IGNITE-3266:
---------------------------------------
    Description: 
I've noticed error in docker file 'cp {} '
{code}
# Copy project jars to node classpath.
RUN mkdir $IGNITE_HOME/libs/1 && \
   find 1/target -name "*.jar" -type f -exec cp {} $IGNITE_HOME/libs/1 \; && \
   cp -r 1/config/* $IGNITE_HOME/config
{code}

I suppose this should be 'jdbc-drivers/*' folder. But in case when project doesn't contain any jdbs drivers  an incorrect text is generated.

  was:
I've noticed error in docker file 'cp {} '
{code}
# Copy project jars to node classpath.
RUN mkdir $IGNITE_HOME/libs/1 && \
   find 1/target -name "*.jar" -type f -exec cp {} $IGNITE_HOME/libs/1 \; && \
   cp -r 1/config/* $IGNITE_HOME/config
{code}

I suppose this should be 'jdbc-drivers' folder.


> Web console: error in docker file
> ---------------------------------
>
>                 Key: IGNITE-3266
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3266
>             Project: Ignite
>          Issue Type: Bug
>          Components: UI
>            Reporter: Pavel Konstantinov
>            Assignee: Maxim Afanasiev
>
> I've noticed error in docker file 'cp {} '
> {code}
> # Copy project jars to node classpath.
> RUN mkdir $IGNITE_HOME/libs/1 && \
>    find 1/target -name "*.jar" -type f -exec cp {} $IGNITE_HOME/libs/1 \; && \
>    cp -r 1/config/* $IGNITE_HOME/config
> {code}
> I suppose this should be 'jdbc-drivers/*' folder. But in case when project doesn't contain any jdbs drivers  an incorrect text is generated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)