Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Hive
Description
Hi!
I am trying to publish the released Hive 4.0.0-alpha-1 artifacts through svn (https://dist.apache.org/repos/dist/release/hive/hive-4.0.0-alpha-1/).
I was able to push my changes for smaller files:
$ svn commit -m "Hive 4.0.0-alpha-1 release."
Adding hive-4.0.0-alpha-1
Adding hive-4.0.0-alpha-1/apache-hive-4.0.0-alpha-1-bin.tar.gz.asc
Adding hive-4.0.0-alpha-1/apache-hive-4.0.0-alpha-1-bin.tar.gz.sha256
Adding (bin) hive-4.0.0-alpha-1/apache-hive-4.0.0-alpha-1-src.tar.gz
Adding hive-4.0.0-alpha-1/apache-hive-4.0.0-alpha-1-src.tar.gz.asc
Adding hive-4.0.0-alpha-1/apache-hive-4.0.0-alpha-1-src.tar.gz.sha256
Transmitting file data .....done
Committing transaction...
Committed revision 53453.
But for the bigger bin package I got the following error multiple times:
$ svn commit -m "Hive 4.0.0-alpha-1 release."
Adding (bin) hive-4.0.0-alpha-1/apache-hive-4.0.0-alpha-1-bin.tar.gz
Transmitting file data .svn: E175002: Commit failed (details follow):
svn: E175002: PUT request on '/repos/dist/!svn/txr/53453-18wl/release/hive/hive-4.0.0-alpha-1/apache-hive-4.0.0-alpha-1-bin.tar.gz' failed
I was trying to add the following file to the svn:
https://people.apache.org/~pvary/apache-hive-4.0.0-alpha-1-rc2/apache-hive-4.0.0-alpha-1-bin.tar.gz
Please help me how can I add this file as well.
Thanks,
Peter
I am trying to publish the released Hive 4.0.0-alpha-1 artifacts through svn (https://dist.apache.org/repos/dist/release/hive/hive-4.0.0-alpha-1/).
I was able to push my changes for smaller files:
$ svn commit -m "Hive 4.0.0-alpha-1 release."
Adding hive-4.0.0-alpha-1
Adding hive-4.0.0-alpha-1/apache-hive-4.0.0-alpha-1-bin.tar.gz.asc
Adding hive-4.0.0-alpha-1/apache-hive-4.0.0-alpha-1-bin.tar.gz.sha256
Adding (bin) hive-4.0.0-alpha-1/apache-hive-4.0.0-alpha-1-src.tar.gz
Adding hive-4.0.0-alpha-1/apache-hive-4.0.0-alpha-1-src.tar.gz.asc
Adding hive-4.0.0-alpha-1/apache-hive-4.0.0-alpha-1-src.tar.gz.sha256
Transmitting file data .....done
Committing transaction...
Committed revision 53453.
But for the bigger bin package I got the following error multiple times:
$ svn commit -m "Hive 4.0.0-alpha-1 release."
Adding (bin) hive-4.0.0-alpha-1/apache-hive-4.0.0-alpha-1-bin.tar.gz
Transmitting file data .svn: E175002: Commit failed (details follow):
svn: E175002: PUT request on '/repos/dist/!svn/txr/53453-18wl/release/hive/hive-4.0.0-alpha-1/apache-hive-4.0.0-alpha-1-bin.tar.gz' failed
I was trying to add the following file to the svn:
https://people.apache.org/~pvary/apache-hive-4.0.0-alpha-1-rc2/apache-hive-4.0.0-alpha-1-bin.tar.gz
Please help me how can I add this file as well.
Thanks,
Peter