[GitHub] [hadoop] elek commented on issue #1431: HDDS-1569 Support creating multiple pipelines with same datanode

2019-10-14 Thread GitBox
elek commented on issue #1431: HDDS-1569 Support creating multiple pipelines 
with same datanode
URL: https://github.com/apache/hadoop/pull/1431#issuecomment-541700703
 
 
   > CI build failed on new PR: apache/hadoop-ozone#13. Could you please take a 
look?
   
   Sorry, this is may fault. One commit is missing from all of the created pr 
branches. (restore the README.txt) 
   
1. You can rebase to the latest master (the safest choice)
2. OR Locally you can create an empty README.txt as a workaround
3. I also modified the CI script to handle all of these branches, so it 
should work from now.


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:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] [hadoop] elek commented on issue #1431: HDDS-1569 Support creating multiple pipelines with same datanode

2019-10-14 Thread GitBox
elek commented on issue #1431: HDDS-1569 Support creating multiple pipelines 
with same datanode
URL: https://github.com/apache/hadoop/pull/1431#issuecomment-541548955
 
 
   > Ok I will send out a new PR. How to do mvn build under new repo now? I was 
not able to do it under hadoop-ozone directory.
   
   Thank you very much, to take care about the migration of your PRs. 
(Unfortunately I can't do it with github api as I can't fake the reporter and I 
would like to keep it)
   
   Regarding the build in the new repo. You can do it from the root level of 
the project:
   
1. do `mvn clean install -f pom.ozone.xml -DskipTests` 
2. or rebase and do a simple `mvn clean install -DskipTests`
   
   ((
   1. One of the benefit to use separated repo is to create new 
README/CONTRIBUTION.md where we can add these information. I opened HDDS-2292 
and HDDS-2293. 
   2. The other benefit is to use simple top level pom.xml. I just merged #10, 
but you need to rebase to use 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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[GitHub] [hadoop] elek commented on issue #1431: HDDS-1569 Support creating multiple pipelines with same datanode

2019-10-13 Thread GitBox
elek commented on issue #1431: HDDS-1569 Support creating multiple pipelines 
with same datanode
URL: https://github.com/apache/hadoop/pull/1431#issuecomment-541394641
 
 
   
   Thank you very much to open this pull request.
   
   During the weekend the Ozone source code has been moved out from 
[apache/hadoop](https://github.com/apache/hadoop) repository to 
[apache/hadoop-ozone](https://github.com/apache/hadoop-ozone) repository.
   
   This git commits are rewritten, but the branch of this pull request is also 
transformed (state of Saturday morning), you can use the new, migrated branch 
to recreate this pull request.
   
   Your pull request is important for us: **Can you please re-create your pull 
request in the new repository?**
   
   **1**. Create a new fork of https://github.com/apache/hadoop-ozone
   
   **2**. Clone it and have both your fork and the apache repo as remotes:
   
   ```
   git clone g...@github.com:timmylicheng/hadoop-ozone.git
   cd hadoop-ozone
   git remote add apache g...@github.com:apache/hadoop-ozone.git
   git fetch apache
   ```
   
   **3**. Fetch your migrated branch and push it to your fork.
   
   ```
   git checkout -b HDDS-1569 apache/HDDS-1569
   git push origin HDDS-1569
   ```
   
   **4**. And create the new pull request on the new repository.
   
   
https://github.com/apache/hadoop-ozone/compare/master...timmylicheng:HDDS-1569?expand=1
   
   If you need more information, please check 
[this](https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+Ozone+source+tree+split)
 wiki page or contact with me (my github user name + apache.org).
   
   Thank you, and sorry for the inconvenience.


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:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org