Thank you Lee!
2017-04-19 11:55 GMT+08:00 moon soo Lee :
> Hi,
>
> You can get reference to ResourcePool by running
>
> val resourcePool = z.getInterpreterContext().getResourcePool() // [1]
>
> Then you can invoke methods to put resource [2] into it.
> Hope this works.
>
> Thanks,
> moon
>
> [1]
Thanks for reply @moon.
Additionally, i create umbrella issue for windows support
- https://issues.apache.org/jira/browse/ZEPPELIN-2440
Regard,
Hoon Park
On Thu, Apr 20, 2017 at 12:28 PM, moon soo Lee wrote:
> Hi,
>
> Thanks for staring the thread.
>
> I've seen almost every month people re
Thanks for your reply. Based on your suggestions I've edited
conf/zeppelin-env.sh adding:
export ZEPPELIN_SPARK_MAXRESULT=1 # Max number of Spark SQL result to
display. 1000 by default.
export ZEPPELIN_WEBSOCKET_MAX_TEXT_MESSAGE_SIZE=1024 # Size in
characters of the maximum
running z.__dict in a zeppelin %python paragraph shows that the max_result is
not set (the configuration setting is not applied):
$ z.__dict__
{'javaList': ,
'paramOption': , 'z':
JavaObject id=t, 'max_result': 2000, '_displayhook': }
as a workaround, I now issue z.max_result = 2000 to incr
I can't delete an empty paragraph in a notebook. I'm talking about an empty
paragraph that's not the last paragraph. I can click on Remove under the
paragraph's settings icon and be prompted to delete it, but when I click OK the
paragraph doesn't get deleted!
To delete it I have to put somethi
Hello Everyone
I am new to zeppelin world and trying to build zeppelin source code
for the first time. I am building it in *windows* platform. Below are the
steps I followed to build and difficuties/workaround I faced-
*1. Update pom.xml to use scala 2.11. (Successful)*
./dev/change_scala_ve
Hi,
I am getting a 401, unauthorized, with all secure (and non-secure) websocket
calls while running on AWS. I have configured the server properly to use a
signed certificate, I have tested and all HTTPS calls are successful. I also
have LDAP working. Still, the websocket calls are all faili
Are credentials confirmed working with the JDBC interpreter? I’m trying to get
jdbc working with snowflake. If I hardcore my username and password into the
default url everything works great… but this of course won’t work in a multi
user environment.
However, if I try to use default username, d
Hi all,
I’m having trouble setting a custom job group/description for the jobs
triggered through spark.sql paragraphs on Zeppelin. I’m able to change this for
the spark interpreter by executing sc.setJobGroup(…) in the editor, but not
sure how to go about this for sql.
I have tried extending S
Hi,
Which version of Zeppelin are you using? Have you tried remove
'default.user' and 'default.password' property from interpreter menu and
create entity in credential menu?
Thanks,
moon
On Fri, Apr 21, 2017 at 11:55 AM Paul Brenner wrote:
> Are credentials confirmed working with the JDBC inte
Thanks for reporting the problem.
If 'About Zeppelin' dialog missing version number, i guess it's 0.5.x.
We'll release 0.7.2 [1] in next few weeks.
Please consider use recent version if possible.
But of course, please feel free share any issues on your version.
Thanks,
moon
[1] https://issues.a
Thanks for reporting problem and share workaround.
It looks like PythonInterpreter uses hardcoded value [1] instead of reading
max_result from interpreter property.
Definitely it looks like a bug. Do you mind file an issue to project JIRA
[2]?
Thanks,
moon
[1]
https://github.com/apache/zeppelin/b
12 matches
Mail list logo