Re: Calling Scala function from angular submit button

2019-10-04 Thread Joshua Ochsankehl
Thanks for the tip! I'll likely stubbornly figure it out myself lol. I got it to work so far by making paragraphs that call the functions but that's messy. If I figure it out I'll be sure to add the solution here. On Fri, Oct 4, 2019, 6:30 PM Stephen Boesch wrote: > I don't have the scala sid

Re: Calling Scala function from angular submit button

2019-10-04 Thread Stephen Boesch
I don't have the scala side code anymore apologies (former company private codebase). I coded it due to not wanting to use a heavier weight framework - e.g. Play. If you don't mind integrating a heavy framework it's baked into Play/Play2 : but that adds codebase complexity. Your call. otherwi

Re: Calling Scala function from angular submit button

2019-10-04 Thread Joshua Ochsankehl
Ok, I understand what you're saying but I'm not sure how to go about it. Any tips or good tutorials on it to point me in the right direction. Thanks for the response. On Fri, Oct 4, 2019 at 5:58 PM Stephen Boesch wrote: > You'll need to start a listener/server on the scala end and communicate >

Re: Calling Scala function from angular submit button

2019-10-04 Thread Stephen Boesch
You'll need to start a listener/server on the scala end and communicate vai a websocket connection from angular. Am Fr., 4. Okt. 2019 um 13:00 Uhr schrieb Joshua Ochsankehl < joshua.ochsank...@gmail.com>: > Is it possible to pass a value to a spark/scala function from > an angular submit button?

Calling Scala function from angular submit button

2019-10-04 Thread Joshua Ochsankehl
Is it possible to pass a value to a spark/scala function from an angular submit button?

tensorboard with zeppelin

2019-10-04 Thread Mathieu, Raphael
Hello, Has anyone ever configured tensorboard to work in a zeppelin notebook ? Thanks Raphael

RE: Edit/Rename Paragraphs

2019-10-04 Thread stephane.davy
. So currently when you make a new paragraph it gives it a unique name such as 20191004-074058_332622757. This is great for making sure you aren't duplicating names and that it's unique for every paragraph but gets to be a bit messy for human eyes when they all have the same format

Re:

2019-10-04 Thread Joshua Ochsankehl
Sure. Para 1. //This is going to setup the DataFrames and Fieldlist to choose from for later paragraphs. var value = Array.empty[String] var fields = Array(("","")) def myfunc(command:String){ command match{ case "basic" => println("You setup a Basic Flow Table")

Re: Edit/Rename Paragraphs

2019-10-04 Thread Joshua Ochsankehl
No I am not talking about the title. So currently when you make a new paragraph it gives it a unique name such as 20191004-074058_332622757. This is great for making sure you aren't duplicating names and that it's unique for every paragraph but gets to be a bit messy for human eyes whe

Re:

2019-10-04 Thread Jeff Zhang
Do you mind to share some code to demonstrate what you want ? Joshua Ochsankehl 于2019年10月4日周五 上午3:20写道: > Hello I go by the name Ox. I am working on a project for work to make > Zeppelin more usable to new analysts that don't know how to code. I am > struggling with a few things that I am tryi

RE: Edit/Rename Paragraphs

2019-10-04 Thread stephane.davy
Hello Joshua, You can already put title on paragraph, just press the wheel configuration of your paragraph, then click on “Show title”. It will appear as “Untitled”, but you can directly edit it. Is it what you are talking about? Stéphane From: Joshua Ochsankehl [mailto:joshua.ochsank

Re: thrift.transport.TTransportException

2019-10-04 Thread Jeff Zhang
Then it looks like something wrong with the python process. Do you run it in yarn-cluster mode or yarn-client mode ? Try to add the following line to log4j.properties for yarn-client mode or log4j_yarn_cluster.properties for yarn-cluster mode log4j.logger.org.apache.zeppelin.interpreter=DEBUG And