-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
add Ubuntu support #18
Comments
Given that Presto runs on Ubuntu it shouldn't be too difficult to add that support. However, I'm afraid that work isn't on our current roadmap. |
Hi @jakovm, thank you! As Anton said, we don't have any near term plans for it. But we welcome contributions if it's something you want to work on. We'd be happy to provide guidance. |
Hi @mattsfuller, I would be happy to help here. Since I'm pretty new to programming I would need guidance. So what I need to do add ubuntu support? |
@jakovm -- if you're new to programming then this may not be a good place for you to start. Even though the programming needed to complete this task is trivial, figuring out how all the pieces fit together is hard. If you'd still like to attempt the task then you'll need to edit the scripts in (1) should just be a matter of downloading the Finally, you should test your changes on an Ubuntu cluster and write some unit tests. For unit testing I had to do some hacking because the Before you start coding you should familiarize yourself with Ambari's architecture by watching the two Ambari webinars here. The Ambari Operations webinar is not very relevant to this task but will give you an introduction on some of the features. The Ambari Stacks and Views webinar is very relevant. For examples on other integration code you can check out these Ambari workshops. |
Hi @petroav thanks for the instructions. Will try to get it done, but will probably take some time... |
I don't believe anyone is working on this at the moment. We'd love to have other contribute. |
I can work on it but I need some context about installing and adding configuration |
Hello,
thank you for your great work!
Is it possilbe to add Ubuntu support?
The text was updated successfully, but these errors were encountered: