https://github.com/risdenk/knox_livy_testing
This tests Apache Knox proxying to Apache Livy
https://github.com/risdenk/knox_livy_testing
apache knox livy
Last synced: 2 months ago
JSON representation
This tests Apache Knox proxying to Apache Livy
- Host: GitHub
- URL: https://github.com/risdenk/knox_livy_testing
- Owner: risdenk
- License: apache-2.0
- Created: 2017-08-10T21:20:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T15:14:54.000Z (about 8 years ago)
- Last Synced: 2025-07-22T18:40:41.202Z (3 months ago)
- Topics: apache, knox, livy
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Knox Livy Testing
[](https://travis-ci.org/risdenk/knox_livy_testing)
## Getting Started
1. `docker network create example.com`
2. `docker-compose up -d`
3. `./test_knox_livy.sh`
5. `docker-compose down -v --remove-orphans --rmi=all`
6. `docker network rm example.com`### URLs
* TODO### Using Livy
TODO### Development
#### Rebuild Knox image
1. `docker-compose -f docker-compose.yml -f docker-compose-dev.yml build`
2. `docker-compose -f docker-compose.yml -f docker-compose-dev.yml up -d`
3. Check the URLs above.## References
* https://issues.apache.org/jira/browse/KNOX-842
* https://community.hortonworks.com/articles/70499/adding-livy-server-as-service-to-apache-knox.html