You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/08/25 09:17:47 UTC

[GitHub] [incubator-doris] ajistyle opened a new issue #6502: doriswriter 编译报错

ajistyle opened a new issue #6502:
URL: https://github.com/apache/incubator-doris/issues/6502


   [INFO] Scanning for projects...
   [ERROR] [ERROR] Some problems were encountered while processing the POMs:
   [FATAL] Non-resolvable parent POM for com.alibaba.datax:doriswriter:0.0.1-SNAPSHOT: Could not find artifact com.alibaba.datax:Datax-all:pom:0.0.1-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 24, column 12
    @ 
   [ERROR] The build could not read 1 project -> [Help 1]
   [ERROR]   
   [ERROR]   The project com.alibaba.datax:doriswriter:0.0.1-SNAPSHOT (/data/local_doris-0.14.2/incubator-doris/extension/DataX/doriswriter/pom.xml) has 1 error
   [ERROR]     Non-resolvable parent POM for com.alibaba.datax:doriswriter:0.0.1-SNAPSHOT: Could not find artifact com.alibaba.datax:Datax-all:pom:0.0.1-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 24, column 12 -> [Help 2]
   [ERROR] 
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR] 
   [ERROR] For more information about the errors and possible solutions, please read the following articles:
   [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
   [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] ajistyle commented on issue #6502: doriswriter 编译报错

Posted by GitBox <gi...@apache.org>.
ajistyle commented on issue #6502:
URL: https://github.com/apache/incubator-doris/issues/6502#issuecomment-905329484


    vim doriswriter/pom.xml 
   
    <parent>
           <groupId>com.alibaba.datax</groupId>
           <artifactId>datax-all</artifactId>
           <version>0.0.1-SNAPSHOT</version>
           <relativePath>/data/local_doris-0.14.2/incubator-doris/extension/DataX/DataX/pom.xml</relativePath>
   </parent>
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] ajistyle commented on issue #6502: doriswriter 编译报错

Posted by GitBox <gi...@apache.org>.
ajistyle commented on issue #6502:
URL: https://github.com/apache/incubator-doris/issues/6502#issuecomment-905331732


   `<parent>
           <groupId>com.alibaba.datax</groupId>
           <artifactId>datax-all</artifactId>
           <version>0.0.1-SNAPSHOT</version>
           <relativePath>/data/local_doris-0.14.2/incubator-doris/extension/DataX/DataX/pom.xml</relativePath>
       </parent>
   `


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org