Re: Clustered SSH Interpreter

2016-10-21 Thread Prasanna Santhanam
Hi Jun Kim - Cluster SSH is cool. I've used it before to manage a small serverfarm. There is also a way to broadcast input to multiple terminals from a single terminal emulator in some modern emulators. The requirement within Apache Zeppelin will be slightly different. The cluster environment shou

Re: Clustered SSH Interpreter

2016-10-21 Thread Jun Kim
Hi Prasanna Santhanam As far as I know, there is no cluster-ssh interpreter Zeppelin provides.(If not, please someone let me know) In my case, I use *clusterssh(cssh).* The screenshot below is it.(Copied from the Internet) There is another tool called parallel-ssh(pssh), but I prefer cssh. Sinc

Clustered SSH Interpreter

2016-10-21 Thread Prasanna Santhanam
Hello All, I've been using Apache Zeppelin against Apache Spark clusters and with PySpark. One of the things I often tend to do is install libraries and packages on my cluster. For instance I would like numpy, scipy and other data science libraries present on my cluster for data analysis. However,