Skip to content

Commit

Permalink
Update Hadoop configuration documentation (#34)
Browse files Browse the repository at this point in the history
* Update Hadoop configuration documentation

fixed #33
  • Loading branch information
Minutis authored Mar 21, 2022
1 parent ee884e8 commit d2aec46
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ Lighter can be configured by using environment variables. Currently, Lighter sup

## YARN configuration

| Property | Description | Default |
| ---------------------------------- | ---------------------------------------------------- | ---------------------------------------------- |
| LIGHTER_YARN_ENABLED | Yarn enabled (Kubernetes should be disabled) | false |
| LIGHTER_YARN_URL | Yarn API URL, `/ws/v1/cluster/` will be appended | |
| Property | Description | Default |
| ---------------------------------- | ----------------------------------------------------------------- | --------------------------------- |
| LIGHTER_YARN_ENABLED | Yarn enabled (Kubernetes should be disabled) | false |
| LIGHTER_YARN_URL | Yarn API URL, `/ws/v1/cluster/` will be appended | |
| HADOOP_CONF_DIR | Path to `core-site.xml`,`hdfs-site.xml` and `yarn-site.xml` files | |

0 comments on commit d2aec46

Please sign in to comment.