liuzhao900928 opened a new issue, #55292:
URL: https://github.com/apache/doris/issues/55292

   ### Search before asking
   
   - [x] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   这是从github下载的doris kettle中的streamloader的pom文件
   <?xml version="1.0" encoding="UTF-8"?>
   <!--
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
   distributed with this work for additional information
   regarding copyright ownership.  The ASF licenses this file
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
   
     http://www.apache.org/licenses/LICENSE-2.0
   
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
   under the License.
   -->
   <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";
            xmlns="http://maven.apache.org/POM/4.0.0";
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
     <modelVersion>4.0.0</modelVersion>
       <parent>
           <groupId>org.pentaho.di.plugins</groupId>
           <artifactId>doris-stream-loader</artifactId>
           <version>9.4.0.0-343</version>
       </parent>
   
   
     <artifactId>doris-stream-loader-impl</artifactId>
     <name>PDI Doris Stream Loader Impl</name>
   
     <properties>
       <slf4j.version>1.7.32</slf4j.version>
       <log4j.version>2.17.2</log4j.version>
     </properties>
   
     <dependencies>
       <dependency>
         <groupId>pentaho-kettle</groupId>
         <artifactId>kettle-core</artifactId>
         <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>pentaho-kettle</groupId>
         <artifactId>kettle-engine</artifactId>
         <scope>provided</scope>
       </dependency>
   
       <!-- Test dependencies -->
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-all</artifactId>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>pentaho-kettle</groupId>
         <artifactId>kettle-core</artifactId>
         <classifier>tests</classifier>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>pentaho-kettle</groupId>
         <artifactId>kettle-engine</artifactId>
         <classifier>tests</classifier>
         <scope>test</scope>
       </dependency>
         <dependency>
             <groupId>mysql</groupId>
             <artifactId>mysql-connector-java</artifactId>
             <version>8.0.26</version>
             <scope>test</scope>
         </dependency>
   
       <!--log-->
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
         <version>${slf4j.version}</version>
         <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>jul-to-slf4j</artifactId>
         <version>${slf4j.version}</version>
         <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>jcl-over-slf4j</artifactId>
         <version>${slf4j.version}</version>
         <scope>provided</scope>
       </dependency>
   
       <dependency>
         <groupId>org.apache.logging.log4j</groupId>
         <artifactId>log4j-api</artifactId>
         <version>${log4j.version}</version>
         <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.logging.log4j</groupId>
         <artifactId>log4j-core</artifactId>
         <version>${log4j.version}</version>
         <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.logging.log4j</groupId>
         <artifactId>log4j-slf4j-impl</artifactId>
         <version>${log4j.version}</version>
         <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>log4j</groupId>
         <artifactId>log4j</artifactId>
         <version>1.2.17</version>
       </dependency>
   
       <dependency>
         <!-- API bridge between log4j 1 and 2 -->
         <groupId>org.apache.logging.log4j</groupId>
         <artifactId>log4j-1.2-api</artifactId>
         <version>${log4j.version}</version>
         <scope>provided</scope>
       </dependency>
     </dependencies>
   </project>
   
   
   
   maven编译时候报错:
   [INFO] Scanning for projects...
   [INFO] Artifact org.pentaho.di.plugins:pdi-plugins:pom:9.4.0.0-343 is 
present in the local repository, but cached from a remote repository ID that is 
unavailable in current build context, verifying that is downloadable from 
[maven (https://repo.maven.apache.org/maven2/, default, releases)]
   [INFO] Artifact org.pentaho.di.plugins:pdi-plugins:pom:9.4.0.0-343 is 
present in the local repository, but cached from a remote repository ID that is 
unavailable in current build context, verifying that is downloadable from 
[maven (https://repo.maven.apache.org/maven2/, default, releases)]
   [ERROR] [ERROR] Some problems were encountered while processing the POMs:
   [FATAL] Non-resolvable parent POM for 
org.pentaho.di.plugins:doris-stream-loader:9.4.0.0-343: The following artifacts 
could not be resolved: org.pentaho.di.plugins:pdi-plugins:pom:9.4.0.0-343 
(present, but unavailable): org.pentaho.di.plugins:pdi-plugins:pom:9.4.0.0-343 
was not found in https://repo.maven.apache.org/maven2/ during a previous 
attempt. This failure was cached in the local repository and resolution is not 
reattempted until the update interval of maven has elapsed or updates are 
forced and 'parent.relativePath' points at wrong local POM @ line 25, column 11
    @ 
   [ERROR] The build could not read 1 project -> [Help 1]
   [ERROR]   
   [ERROR]   The project org.pentaho.di.plugins:doris-stream-loader:9.4.0.0-343 
(D:\code\doris-master\extension\kettle\pom.xml) has 1 error
   [ERROR]     Non-resolvable parent POM for 
org.pentaho.di.plugins:doris-stream-loader:9.4.0.0-343: The following artifacts 
could not be resolved: org.pentaho.di.plugins:pdi-plugins:pom:9.4.0.0-343 
(present, but unavailable): org.pentaho.di.plugins:pdi-plugins:pom:9.4.0.0-343 
was not found in https://repo.maven.apache.org/maven2/ during a previous 
attempt. This failure was cached in the local repository and resolution is not 
reattempted until the update interval of maven has elapsed or updates are 
forced and 'parent.relativePath' points at wrong local POM @ line 25, column 11 
-> [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
   
   
   ### What's Wrong?
   
   [Bug] kettle使用的doris 
streamloader由于数据流字段顺序和表顺序不一致,想进行代码改造,但是编译过程中pom文件无法加载其中的的内容
   
   ### What You Expected?
   
   希望能提供一个标准的pom配置文件
   
   ### How to Reproduce?
   
   希望能提供一个标准的pom配置文件
   
   ### Anything Else?
   
   希望能提供一个标准的pom配置文件
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to