Christina Wallin
Christina Wallin
That's an excellent feature request :) There isn't any way to do it right now, but it's definitely something we want to add. (or you could add, if you want!)
Great! I think the best way to handle this is to model it after run_script and call it copy_file or something like that. You can probably reuse some of the...
No rush, I'm glad you're interested in contributing!
The first version that has SNI is 1.14: http://stackoverflow.com/questions/17539229/does-buildout-easy-install-setup-tools-verify-ssl-certificates
Check what error you get in /var/log/prestoadmin/presto-admin.log; this issue could happen for a few different reasons.
Also, presto-admin won't necessarily work with the EMR version of Presto, because of differences in directories, you may have to install the RPM from the Presto project, most easily accessible...
No, that can't be changed other than a code change. The RPM that's used on EMR unfortunately is different from the presto-server-rpm from the Presto project.
Yeah, I agree with you -- there is an issue for it: https://github.com/prestodb/presto-admin/issues/229. We haven't gotten to it yet, but if you wanted to jump in you'd be welcome to!
kill is a part of the launcher scripts, so we can easily add this (though I'm not sure we'd get to it this sprint). Thanks for the feedback!
If Travis supports it, we can definitely use that; it's rare that there are issues with 2.6/2.7 support. But we can't stop testing Python 2.6 because that's the ancient version...