You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/04/26 01:40:33 UTC

[GitHub] [incubator-hudi] GSHF opened a new issue #1563: When I package according to the package command in GitHub, I always report an error, such as

GSHF opened a new issue #1563:
URL: https://github.com/apache/incubator-hudi/issues/1563


   Could not transfer artifact xmlenc:xmlenc:jar:sources:0.52 from/to Maven Central (https://repo1.maven.org/maven2): repo1.maven.org
   
   in "https://repo1.maven.org/maven2" cannot find "xmlenc:xmlenc:jar:sources:0.52",please help me.


----------------------------------------------------------------
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.

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



[GitHub] [incubator-hudi] lamber-ken commented on issue #1563: [SUPPORT] When I package according to the package command in GitHub, I always report an error, such as

Posted by GitBox <gi...@apache.org>.
lamber-ken commented on issue #1563:
URL: https://github.com/apache/incubator-hudi/issues/1563#issuecomment-624498974


   Closing this due to inactivity.
   
   **Prerequisites for building Apache Hudi:**
   - Unix-like system (like Linux, Mac OS X)
   - Java 8 (Java 9 or 10 may work)
   - Git
   - Maven


----------------------------------------------------------------
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.

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



[GitHub] [incubator-hudi] GSHF commented on issue #1563: [SUPPORT] When I package according to the package command in GitHub, I always report an error, such as

Posted by GitBox <gi...@apache.org>.
GSHF commented on issue #1563:
URL: https://github.com/apache/incubator-hudi/issues/1563#issuecomment-619480158


   Just now, I tried "MVN clean install - dskiptests - dskipits - dcheckstyle. Skip = true - drat. Skip = true" or "could not find article xmlenc: xmlenc: jar: sources: 0.52 in Maven central" (https://repo1.maven.org/maven 2) in idea of Windows version


----------------------------------------------------------------
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.

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



[GitHub] [incubator-hudi] lamber-ken commented on issue #1563: [SUPPORT] When I package according to the package command in GitHub, I always report an error, such as

Posted by GitBox <gi...@apache.org>.
lamber-ken commented on issue #1563:
URL: https://github.com/apache/incubator-hudi/issues/1563#issuecomment-620894265


   hello, what's your maven version? @GSHF 


----------------------------------------------------------------
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.

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



[GitHub] [incubator-hudi] lamber-ken edited a comment on issue #1563: [SUPPORT] When I package according to the package command in GitHub, I always report an error, such as

Posted by GitBox <gi...@apache.org>.
lamber-ken edited a comment on issue #1563:
URL: https://github.com/apache/incubator-hudi/issues/1563#issuecomment-620894265


   hello, what's your maven version? @GSHF 
   
   I tested mvn from `3.3.9` to `3.5.3`, all are ok


----------------------------------------------------------------
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.

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



[GitHub] [incubator-hudi] GSHF commented on issue #1563: [SUPPORT] When I package according to the package command in GitHub, I always report an error, such as

Posted by GitBox <gi...@apache.org>.
GSHF commented on issue #1563:
URL: https://github.com/apache/incubator-hudi/issues/1563#issuecomment-619496046


   > Thanks for reporting this issue. You're right, we can't find `xmlenc:xmlenc:jar:sources:0.52` in maven repo, but it doesn't affect the build process.
   > 
   > **1. Build Env**
   > 
   > * JDK8
   > * Unix
   > 
   > **2. Commands**
   > 
   > ```
   > git clone https://github.com/apache/incubator-hudi.git
   > mvn clean install -DskipTests -DskipITs -Dcheckstyle.skip=true -Drat.skip=true
   > ```
   
   hi,Just now, I tried "MVN clean install - dskiptests - dskipits - dcheckstyle. Skip = true - drat. Skip = true" or "could not find article xmlenc: xmlenc: jar: sources: 0.52 in Maven central" (https://repo1.maven.org/maven 2) in idea of Windows version.
   JDK1.8 I use,
   Can I only run packaging in a linux environment?
   please help me


----------------------------------------------------------------
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.

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



[GitHub] [incubator-hudi] GSHF commented on issue #1563: [SUPPORT] When I package according to the package command in GitHub, I always report an error, such as

Posted by GitBox <gi...@apache.org>.
GSHF commented on issue #1563:
URL: https://github.com/apache/incubator-hudi/issues/1563#issuecomment-619480090


   Do you have to package on Linux? It's good to pack on the idea of windows
   


----------------------------------------------------------------
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.

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



[GitHub] [incubator-hudi] lamber-ken edited a comment on issue #1563: [SUPPORT] When I package according to the package command in GitHub, I always report an error, such as

Posted by GitBox <gi...@apache.org>.
lamber-ken edited a comment on issue #1563:
URL: https://github.com/apache/incubator-hudi/issues/1563#issuecomment-620894265


   hello, what's your maven version? @GSHF 
   
   I tested mvn from `3.3.9` to `3.5.3`, all worked fine.
   
   > in idea of Windows version.
   
   Unix system is recommend.


----------------------------------------------------------------
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.

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



[GitHub] [incubator-hudi] lamber-ken commented on issue #1563: When I package according to the package command in GitHub, I always report an error, such as

Posted by GitBox <gi...@apache.org>.
lamber-ken commented on issue #1563:
URL: https://github.com/apache/incubator-hudi/issues/1563#issuecomment-619471157


   Thanks for reporting this issue. You're right, we can't find `xmlenc:xmlenc:jar:sources:0.52` in maven repo, but it doesn't affect the build process.
   
   **1. Build Env**
   - JDK8
   - Unix
   
   **2. Commands**
   ```
   git clone https://github.com/apache/incubator-hudi.git
   mvn clean install -DskipTests -DskipITs -Dcheckstyle.skip=true -Drat.skip=true
   ```


----------------------------------------------------------------
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.

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