Set warning about nonexisting Hadoop conf dir during deployment.
- Dominant language
- Scala
- Stars
- 33
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
## Describe the bug
There is no warning about the nonexisting Hadoop conf dir and about setting the local file system as a default file system during the deploy process.
## To Reproduce
Steps to reproduce the behavior:
1. Set the wrong path to environment variable HADOOP_CONF_DIR.
2. Run the deploy process.
3. See there is no information in a log about setting different file system as is specified
4. Open Menas and try to update or create a dataset.
5. In the HDFS path, you see your local file system.
## Expected behavior
In the log, during the deploy process, there should be a warning about nonexisting Hadoop conf dir and setting the local file system as a default file system.
Contributor guide
Assessment
This issue has not been assessed yet.