You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by "yaooqinn (via GitHub)" <gi...@apache.org> on 2023/02/09 02:51:20 UTC

[GitHub] [kyuubi] yaooqinn opened a new issue, #4279: [Improvement] Use new Apache 'closer.lua' syntax for kyuubi-download to obtain engine archives

yaooqinn opened a new issue, #4279:
URL: https://github.com/apache/kyuubi/issues/4279

   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before asking
   
   - [X] I have searched in the [issues](https://github.com/apache/kyuubi/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What would you like to be improved?
   
   The current closer.lua redirector, which redirects to download spark/flink etc, from a local mirror, has a new syntax. kyuubi-download module does not work properly with it currently.
   
   
   
   ### How should we improve?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes. I would be willing to submit a PR with guidance from the Kyuubi community to improve.
   - [ ] No. I cannot submit a PR at this time.


-- 
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: notifications-unsubscribe@kyuubi.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


Re: [I] [Improvement] Use new Apache 'closer.lua' syntax for kyuubi-download to obtain engine archives [kyuubi]

Posted by "sincewhen (via GitHub)" <gi...@apache.org>.
sincewhen commented on issue #4279:
URL: https://github.com/apache/kyuubi/issues/4279#issuecomment-1905218899

   @yaooqinn  ,I understand, just need to modify the pom.xml of the Kyuubi-download module, right?  The example code is as follows :
   
   `<execution>
        <id>download-flink-release</id>
              <goals>
                <goal>curl</goal>
              </goals>
              <phase>compile</phase>
              <configuration>
              <skip>${flink.archive.download.skip}</skip>
               <url>***.zip?action=download)</url>
               </configuration>
   </execution>
   `
   
   


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


Re: [I] [Improvement] Use new Apache 'closer.lua' syntax for kyuubi-download to obtain engine archives [kyuubi]

Posted by "yaooqinn (via GitHub)" <gi...@apache.org>.
yaooqinn closed issue #4279: [Improvement] Use new Apache 'closer.lua' syntax for kyuubi-download to obtain engine archives 
URL: https://github.com/apache/kyuubi/issues/4279


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [kyuubi] yash-gupta167 commented on issue #4279: [Improvement] Use new Apache 'closer.lua' syntax for kyuubi-download to obtain engine archives

Posted by "yash-gupta167 (via GitHub)" <gi...@apache.org>.
yash-gupta167 commented on issue #4279:
URL: https://github.com/apache/kyuubi/issues/4279#issuecomment-1435994042

   Hey @yaooqinn, I am willing to work upon this issue, could you please help me to understand this issue and the required technologies for the same 


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [kyuubi] yaooqinn commented on issue #4279: [Improvement] Use new Apache 'closer.lua' syntax for kyuubi-download to obtain engine archives

Posted by "yaooqinn (via GitHub)" <gi...@apache.org>.
yaooqinn commented on issue #4279:
URL: https://github.com/apache/kyuubi/issues/4279#issuecomment-1438035447

   Using a direct download link looks good to 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.

To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


Re: [I] [Improvement] Use new Apache 'closer.lua' syntax for kyuubi-download to obtain engine archives [kyuubi]

Posted by "yaooqinn (via GitHub)" <gi...@apache.org>.
yaooqinn commented on issue #4279:
URL: https://github.com/apache/kyuubi/issues/4279#issuecomment-1905225664

   Thank you @sincewhen.
   
   
   You are probably right, but I'm not sure whether the Google Downloader maven plugin supports this feature. 


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


Re: [I] [Improvement] Use new Apache 'closer.lua' syntax for kyuubi-download to obtain engine archives [kyuubi]

Posted by "sincewhen (via GitHub)" <gi...@apache.org>.
sincewhen commented on issue #4279:
URL: https://github.com/apache/kyuubi/issues/4279#issuecomment-1905222303

   @yaooqinn  ,I understand, just need to modify the pom.xml of the Kyuubi-download module, right?  The example code is as follows :
   
   ```
   <execution>
       <id>download-flink-release</id>
           <goals>
   		<goal>curl</goal>
           </goals>
           <phase>compile</phase>
       <configuration>
   	<skip>${flink.archive.download.skip}</skip>
           <url>***.zip?action=download)</url>
       </configuration>
   </execution>
   ```


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [kyuubi] yash-gupta167 commented on issue #4279: [Improvement] Use new Apache 'closer.lua' syntax for kyuubi-download to obtain engine archives

Posted by "yash-gupta167 (via GitHub)" <gi...@apache.org>.
yash-gupta167 commented on issue #4279:
URL: https://github.com/apache/kyuubi/issues/4279#issuecomment-1438279857

   http://www.apache.org/dyn/closer.lua/bar/foo/foo-5.5.1.zip?action=download


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [kyuubi] yaooqinn commented on issue #4279: [Improvement] Use new Apache 'closer.lua' syntax for kyuubi-download to obtain engine archives

Posted by "yaooqinn (via GitHub)" <gi...@apache.org>.
yaooqinn commented on issue #4279:
URL: https://github.com/apache/kyuubi/issues/4279#issuecomment-1436190541

   Hi @yash-gupta167, you can refer to the closer.lua 's doc https://infra.apache.org/release-download-pages.html#closer


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [kyuubi] yash-gupta167 commented on issue #4279: [Improvement] Use new Apache 'closer.lua' syntax for kyuubi-download to obtain engine archives

Posted by "yash-gupta167 (via GitHub)" <gi...@apache.org>.
yash-gupta167 commented on issue #4279:
URL: https://github.com/apache/kyuubi/issues/4279#issuecomment-1437092069

   Thank you for providing this information. It seems like the closer.lua redirector has a new syntax that is causing issues with the kyuubi-download module. To use the new syntax, you need to alter your download page to point to closer.lua and pass in the relative path to the artifact as a parameter.
   
   For example, if your artifact is located at `bar/foo/foo-5.5.1.zip` relative to downloads.apache.org, then the download link would be:
   
   http://www.apache.org/dyn/closer.lua/bar/foo/foo-5.5.1.zip
   
   Alternatively, you can generate a direct download link using the following syntax:
   
   http://www.apache.org/dyn/closer.lua/bar/foo/foo-5.5.1.zip?action=download
   
   Please Let me know, if I  am going correct and please do provide further procedure!
   


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [kyuubi] yaooqinn commented on issue #4279: [Improvement] Use new Apache 'closer.lua' syntax for kyuubi-download to obtain engine archives

Posted by "yaooqinn (via GitHub)" <gi...@apache.org>.
yaooqinn commented on issue #4279:
URL: https://github.com/apache/kyuubi/issues/4279#issuecomment-1438271731

   please show us the link?


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [kyuubi] yash-gupta167 commented on issue #4279: [Improvement] Use new Apache 'closer.lua' syntax for kyuubi-download to obtain engine archives

Posted by "yash-gupta167 (via GitHub)" <gi...@apache.org>.
yash-gupta167 commented on issue #4279:
URL: https://github.com/apache/kyuubi/issues/4279#issuecomment-1438261807

   The direct link site an error:
   ```
   The requested file does not exist in our mirror system or in our archives.
   ```
   What shall I do Further, Please guide me through it.


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [kyuubi] yaooqinn commented on issue #4279: [Improvement] Use new Apache 'closer.lua' syntax for kyuubi-download to obtain engine archives

Posted by "yaooqinn (via GitHub)" <gi...@apache.org>.
yaooqinn commented on issue #4279:
URL: https://github.com/apache/kyuubi/issues/4279#issuecomment-1438328958

   bar & foo are dummy, can you use the existing project which are also what we need?


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org