Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HDDS-2002. Update documentation for 0.4.1 release. #1331

Closed
wants to merge 3 commits into from

Conversation

nandakumar131
Copy link
Contributor

No description provided.


## Test/Staging

The `docker-compose` based approach is recommended only for local test not for multi node cluster. To use containers on a multi-node cluster we need a Container Orchestrator like Kubernetes.
The `docker-compose` based approach is recommended only for local test, not for multi node cluster.
To use containers on a multi-node cluster we need a Container Orchestrator like Kubernetes.

Kubernetes example files are included in the `kubernetes` folder.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we be more specific like hadoop-ozone/dist/target/ozone-*/kubernetes

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The documentation is included in the tar file where there is no target/dist. I think it's fine to use path relative to the distribution tar. We can be more specific with the kubernetes/examples directory name..

@hadoop-yetus
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
0 reexec 42 Docker mode activated.
_ Prechecks _
+1 dupname 1 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
_ trunk Compile Tests _
+1 mvninstall 610 trunk passed
+1 mvnsite 0 trunk passed
+1 shadedclient 1422 branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+1 mvninstall 531 the patch passed
+1 mvnsite 0 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 677 patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 asflicense 41 The patch does not generate ASF License warnings.
2850
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1331/1/artifact/out/Dockerfile
GITHUB PR #1331
Optional Tests dupname asflicense mvnsite
uname Linux 0fe256b79983 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 217e748
Max. process+thread count 411 (vs. ulimit of 5500)
modules C: hadoop-hdds/docs U: hadoop-hdds/docs
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1331/1/console
versions git=2.7.4 maven=3.3.9
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@@ -116,7 +116,7 @@ aws s3api --endpoint http://localhost:9878 create-bucket --bucket bucket1

To show the storage location of a S3 bucket, use the `ozone s3 path <bucketname>` command.

```
```bash
aws s3api --endpoint-url http://localhost:9878 create-bucket --bucket=bucket1

ozone s3 path bucket1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you confirm the output volume name is "s3thisisakey"?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it looks more like some random string:

Volume name for S3Bucket is : s3100b8cad7cf2a56f6df78f171f97a1ec
Ozone FileSystem Uri is : o3fs://bucket1.s3100b8cad7cf2a56f6df78f171f97a1ec

Copy link
Contributor Author

@nandakumar131 nandakumar131 Aug 22, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think "s3thisisakey" is just some example random value for document.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be more precious: the volume name is "s3" + AWS_ACCESS_KEY_ID (it's not random, but your personal id, I guess)

This examples assumes that

export AWS_ACCESS_KEY_ID=thisisakey

is set.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But, yes, this is just an example, could be any other string. And this convention can be changed later, so we shouldn't share it in the doc IMHO.

Copy link
Contributor

@adoroszlai adoroszlai Aug 22, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually it's some encoded form of the access key ID, which I set to any. For thisisakey it turns out to be 6c7412f65c83a118bafff79dd270186c.

Copy link
Contributor

@xiaoyuyao xiaoyuyao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @nandakumar131 for the patch. It looks great to me overall. A few comments inline...

@hadoop-yetus
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
0 reexec 39 Docker mode activated.
_ Prechecks _
+1 dupname 1 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
_ trunk Compile Tests _
+1 mvninstall 637 trunk passed
+1 mvnsite 0 trunk passed
+1 shadedclient 1500 branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+1 mvninstall 582 the patch passed
+1 mvnsite 0 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 740 patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 asflicense 48 The patch does not generate ASF License warnings.
3088
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1331/2/artifact/out/Dockerfile
GITHUB PR #1331
Optional Tests dupname asflicense mvnsite
uname Linux bfcfa8b9d077 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / ee7c261
Max. process+thread count 350 (vs. ulimit of 5500)
modules C: hadoop-hdds/docs U: hadoop-hdds/docs
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1331/2/console
versions git=2.7.4 maven=3.3.9
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
0 reexec 120 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
_ trunk Compile Tests _
+1 mvninstall 736 trunk passed
+1 mvnsite 0 trunk passed
+1 shadedclient 1602 branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+1 mvninstall 645 the patch passed
+1 mvnsite 0 the patch passed
+1 whitespace 1 The patch has no whitespace issues.
+1 shadedclient 716 patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 asflicense 50 The patch does not generate ASF License warnings.
3330
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1331/3/artifact/out/Dockerfile
GITHUB PR #1331
Optional Tests dupname asflicense mvnsite
uname Linux a20c24820673 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 28fb4b5
Max. process+thread count 412 (vs. ulimit of 5500)
modules C: hadoop-hdds/docs U: hadoop-hdds/docs
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1331/3/console
versions git=2.7.4 maven=3.3.9
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
0 reexec 51 Docker mode activated.
_ Prechecks _
+1 dupname 1 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
_ trunk Compile Tests _
+1 mvninstall 597 trunk passed
+1 mvnsite 0 trunk passed
+1 shadedclient 1393 branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+1 mvninstall 553 the patch passed
+1 mvnsite 0 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 675 patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 asflicense 42 The patch does not generate ASF License warnings.
2883
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1331/4/artifact/out/Dockerfile
GITHUB PR #1331
Optional Tests dupname asflicense mvnsite
uname Linux 2debd257db3c 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 20064b6
Max. process+thread count 411 (vs. ulimit of 5500)
modules C: hadoop-hdds/docs U: hadoop-hdds/docs
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1331/4/console
versions git=2.7.4 maven=3.3.9
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@nandakumar131 nandakumar131 deleted the HDDS-2002 branch August 24, 2019 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants