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

Add disaggregated architecture document #7691

Merged
merged 1 commit into from May 29, 2019

Conversation

harshavardhana
Copy link
Member

Description

Add disaggregated architecture document

Motivation and Context

This document describes how to configure Spark,
Hive to use MinIO as replacement for HDFS.

Regression

No

How Has This Been Tested?

These are just docs for setting up Spark/Hive to use MinIO

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added unit tests to cover my changes.
  • I have added/updated functional tests in mint. (If yes, add mint PR # here: )
  • All new and existing tests passed.

@codecov
Copy link

codecov bot commented May 24, 2019

Codecov Report

Merging #7691 into master will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7691      +/-   ##
==========================================
+ Coverage    47.2%   47.23%   +0.03%     
==========================================
  Files         294      294              
  Lines       47472    47472              
==========================================
+ Hits        22407    22423      +16     
+ Misses      22983    22968      -15     
+ Partials     2082     2081       -1
Impacted Files Coverage Δ
cmd/fs-v1.go 61.57% <0%> (-0.38%) ⬇️
cmd/fs-v1-multipart.go 67.97% <0%> (+0.88%) ⬆️
cmd/xl-sets.go 48.66% <0%> (+1.44%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 46ced81...b87eed1. Read the comment docs.

nitisht
nitisht previously approved these changes May 24, 2019
Copy link
Contributor

@nitisht nitisht left a comment

Choose a reason for hiding this comment

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

LGTM

docs/bigdata/README.md Outdated Show resolved Hide resolved
docs/bigdata/README.md Outdated Show resolved Hide resolved
docs/bigdata/README.md Outdated Show resolved Hide resolved
docs/bigdata/README.md Outdated Show resolved Hide resolved
docs/bigdata/README.md Outdated Show resolved Hide resolved
docs/bigdata/README.md Outdated Show resolved Hide resolved
docs/bigdata/README.md Outdated Show resolved Hide resolved
docs/bigdata/README.md Outdated Show resolved Hide resolved
docs/bigdata/README.md Show resolved Hide resolved
docs/bigdata/README.md Outdated Show resolved Hide resolved
This document describes how to configure Spark,
Hive to use MinIO as replacement for HDFS.
@minio-ops
Copy link

Mint Automation

Test Result
mint-compression-xl.sh ✔️
mint-large-bucket.sh ✔️
mint-compression-dist-xl.sh ✔️
mint-compression-fs.sh ✔️
mint-worm.sh ✔️
mint-fs.sh ✔️
mint-dist-xl.sh ✔️
mint-gateway-nas.sh ✔️
mint-xl.sh more...

7691-3000613/mint-xl.sh.log:

Running with
SERVER_ENDPOINT:      72.28.97.59:30531
ACCESS_KEY:           minio
SECRET_KEY:           ***REDACTED***
ENABLE_HTTPS:         0
SERVER_REGION:        us-east-1
MINT_DATA_DIR:        /mint/data
MINT_MODE:            full
ENABLE_VIRTUAL_STYLE: 0

To get logs, run 'docker cp b0428023260b:/mint/log /tmp/mint-logs'

(1/14) Running aws-sdk-go tests ... FAILED in 6 minutes and 0 seconds
{
  "alert": "",
  "args": {
    "bucketName": "aws-sdk-go-test-mwpx09s55bacay",
    "expiry": 60000000000,
    "objectName": "presignedTest"
  },
  "duration": 360013,
  "error": "XMinioServerNotInitialized: Server not initialized, please try again.\n\tstatus code: 503, request id: 15A1C352A290187B, host id: ",
  "function": "PresignedPut",
  "message": "AWS SDK Go CreateBucket Failed",
  "name": "aws-sdk-go",
  "status": "FAIL"
}

Executed 0 out of 14 tests successfully.

@harshavardhana
Copy link
Member Author

ping @nitisht @eco-minio PTAL

Copy link
Contributor

@eco-minio eco-minio left a comment

Choose a reason for hiding this comment

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

LGTM

@nitisht nitisht merged commit cb7f9ba into minio:master May 29, 2019
@harshavardhana harshavardhana deleted the docs-hdp branch May 29, 2019 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants