Tom, Good question, the reason Spark thrift server is not active by default is due to it's conflict with SparkSQL shell. However you could still start/stop thriftserver by executing: juju run "sudo su ubuntu -c '/usr/lib/spark/sbin/start-thriftserver.sh'" --unit spark/0
Note: Above operation will be managed by Juju Actions in the forthcoming release. On Mon, Sep 7, 2015 at 11:07 AM, Mark Shuttleworth <[email protected]> wrote: > On 07/09/15 17:32, Tom Barber wrote: > > By default the thrift server doesn't run and port 10000 isn't exposed. > > > > Do I need to fork and change the charm or is there a work around I can > > employ for now? > > I'm not the expert, but perhaps a subordinate charm could be glommed in > to do just what you need? A patch to the charm for everyone else would > be useful too :) > > Mark > > > -- > Juju mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/juju >
-- Juju mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju
