You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/04/08 19:27:55 UTC

[GitHub] [ozone] smengcl opened a new pull request #2134: HDDS-5077. Include dev-support in ozone source distribution

smengcl opened a new pull request #2134:
URL: https://github.com/apache/ozone/pull/2134


   https://issues.apache.org/jira/browse/HDDS-5077
   
   This should include dev-support in the ozone-src dist.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] prashantpogde commented on pull request #2134: HDDS-5077. Include dev-support in ozone source distribution

Posted by GitBox <gi...@apache.org>.
prashantpogde commented on pull request #2134:
URL: https://github.com/apache/ozone/pull/2134#issuecomment-816186905


   thanks @smengcl. We will need this for 1.1.0-RC2


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] smengcl commented on pull request #2134: HDDS-5077. Include dev-support in ozone source distribution

Posted by GitBox <gi...@apache.org>.
smengcl commented on pull request #2134:
URL: https://github.com/apache/ozone/pull/2134#issuecomment-816209199


   Thanks @adoroszlai @prashantpogde for reviewing.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] smengcl commented on pull request #2134: HDDS-5077. Include dev-support in ozone source distribution

Posted by GitBox <gi...@apache.org>.
smengcl commented on pull request #2134:
URL: https://github.com/apache/ozone/pull/2134#issuecomment-816115222


   `-Psrc` now yields a tarball including `dev-support`:
   
   ```
   $ tar zxvf hadoop-ozone-1.1.0-SNAPSHOT-src.tar.gz
   x hadoop-ozone-1.1.0-SNAPSHOT-src/pom.xml
   x hadoop-ozone-1.1.0-SNAPSHOT-src/README.md
   x hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/
   x hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/
   x hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/hcfs-read.btm
   x hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/ratis-no-flush.btm
   x hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/hcfs-write.btm
   x hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/ratis-mock-followers.btm
   x hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/watchforcommit_all.btm
   x hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/README.md
   x hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/watchforcommit.btm
   x hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/hadooprpc.btm
   x hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/ratis-flush.btm
   x hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/appendlog.btm
   x hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/mock-scm.btm
   x hadoop-ozone-1.1.0-SNAPSHOT-src/hadoop-hdds/
   ```


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] prashantpogde merged pull request #2134: HDDS-5077. Include dev-support in ozone source distribution

Posted by GitBox <gi...@apache.org>.
prashantpogde merged pull request #2134:
URL: https://github.com/apache/ozone/pull/2134


   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] smengcl edited a comment on pull request #2134: HDDS-5077. Include dev-support in ozone source distribution

Posted by GitBox <gi...@apache.org>.
smengcl edited a comment on pull request #2134:
URL: https://github.com/apache/ozone/pull/2134#issuecomment-816115222


   `-Psrc` now yields a tarball including `dev-support`:
   
   ```bash
   $ tar tf hadoop-ozone-1.1.0-SNAPSHOT-src.tar.gz 2&>1 | grep "/dev-support"
   hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/
   hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/
   hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/hcfs-read.btm
   hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/ratis-no-flush.btm
   hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/hcfs-write.btm
   hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/ratis-mock-followers.btm
   hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/watchforcommit_all.btm
   hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/README.md
   hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/watchforcommit.btm
   hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/hadooprpc.btm
   hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/ratis-flush.btm
   hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/appendlog.btm
   hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/mock-scm.btm
   hadoop-ozone-1.1.0-SNAPSHOT-src/hadoop-hdds/interface-client/dev-support/
   ```


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] smengcl edited a comment on pull request #2134: HDDS-5077. Include dev-support in ozone source distribution

Posted by GitBox <gi...@apache.org>.
smengcl edited a comment on pull request #2134:
URL: https://github.com/apache/ozone/pull/2134#issuecomment-816115222


   `-Psrc` now yields a tarball including `dev-support`:
   
   ```bash
   $ tar tf hadoop-ozone-1.1.0-SNAPSHOT-src.tar.gz | grep "/dev-support"
   hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/
   hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/
   hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/hcfs-read.btm
   hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/ratis-no-flush.btm
   hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/hcfs-write.btm
   hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/ratis-mock-followers.btm
   hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/watchforcommit_all.btm
   hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/README.md
   hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/watchforcommit.btm
   hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/hadooprpc.btm
   hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/ratis-flush.btm
   hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/appendlog.btm
   hadoop-ozone-1.1.0-SNAPSHOT-src/dev-support/byteman/mock-scm.btm
   hadoop-ozone-1.1.0-SNAPSHOT-src/hadoop-hdds/interface-client/dev-support/
   ```


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org