This project contains the configuration required to setup a single node local hive and trino setup with hadoop and tez
- Use the yarn-site.xml and tez-site.xml from this repo
- Download tez libraries from here
unzip tez-ui-*.war -d tez-ui- Open
tez-ui/config/config.jsand uncomment or set the following lines:timeline: "http://localhost:8188", rm: "http://localhost:8088", - Then start tez-view using:
cd tez-ui python3 -m http.server 9999 - Access the UI at http://localhost:9999
