Hi, Thanks for the interest.
SparkMon.java has main() method. Normally most JAVA IDE able to run main(). Have you tried to generate eclipse project file using mvn eclipse:eclipse and import? Once project is imported, you'll need to run Zeppelin (Helium Proof of concept version) and there will be interpreter called 'dev'. You'll need to run '%dev run' in any paragraph. And then you can run SparkMon or any other application in dev mode. Note that, API and implementation in proposal will be different from actual work in progress at http://issues.apache.org/jira/browse/ZEPPELIN-533. Let me know if you have anymore questions. Thanks, moon On Mon, Mar 21, 2016 at 4:18 AM anish singh <anish18...@gmail.com> wrote: > Hello, > > I have gone through all the web pages on Helium. I tried to run a sample > application of Helium on Eclipse. Here's what I did: > > => download the zip of SparkMon on Helium proposal page [0] and extract it > in a folder. > => open eclipse and click on 'import' option, then select 'Existing Maven > Project' option. > => choose the SparkMon project folder and click on finish. > => eclipse loads the project in the 'Package Explorer' and the progress tab > shows 'importing Maven projects' and downloads some jars from [1]. > > The downloading takes a lot of time, in fact gets stuck at 9%. Right > clicking on the main() of SparkMon shows the option of 'Run Configuration' > but does not show 'Run Application'. > > Please let me know whether I'm going correct or not, and how to proceed if > I want to run the Spark-Mon sample application inside of Zeppelin. > > Also, I think Helium was designed primarily as a collaboration tool so that > users may be able to package their code and download from repository and > run inside notebook. However, I will be working alone on my data sets for > the project, there will be no collaborators, so I think to use Helium we > would have to write new Helium applications on my machine or use some > existing Helium application to be used with Zeppelin. Please correct me if > I'm wrong. > > [0]. https://cwiki.apache.org/confluence/display/ZEPPELIN/Helium+proposal > [1]. https://repo.maven.apache.org/maven2/ > > Thanks, > Anish. >