Skip to content

Commit

Permalink
Update and rearrange docs (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
frsv authored Aug 3, 2023
1 parent 03fc29e commit 209d919
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 26 deletions.
31 changes: 5 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Hadoop Migration Assessment Tools
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

This repository contains tools to enable Hadoop users in collecting required data for Migration Assessment service.
This repository contains tools to enable Hadoop users in collecting required data required by Migration Assessment service.

## License

Copyright 2022 Google LLC
Copyright 2022-2023 Google LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -18,28 +19,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

## Building

Install bazel:

```
sudo apt-get update
sudo apt-get install bazel
```

Build the dist zip files:

```
bazel build //dist:all
```

Zip files will be available under `bazel-bin/dist` directory.

## Testing

Run all tests:

```
bazel test //...
```
## Contributing

Contributing instructions are available at the following locations: [link](docs/contributing.md).
31 changes: 31 additions & 0 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,34 @@ All submissions, including submissions by project members, require review. We
use GitHub pull requests for this purpose. Consult
[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
information on using pull requests.

## Contributing to Logging Hook

### Dependencies

Install bazel:

```
sudo apt-get update
sudo apt-get install bazel
```

### Checkout and compile

To check out and compile the logging hook use the following commands:

```
git clone https://github.com/google/hadoop-migration-assessment-tools.git
cd hadoop-migration-assessment-tools/
bazel build //dist:all
```

Zip file will be available under `bazel-bin/dist` directory.

### Testing

Run all tests:

```
bazel test //...
```

0 comments on commit 209d919

Please sign in to comment.