code generation: paragraph generates another paragraph

2016-12-12 Thread Ruslan Dautkhanov
We'd like to have paragraph's code generated by a preceding paragraph. For example, one of the use cases we have is when %pyspark generates Hive DDLs. (can't run those in Spark in some cases) Any chance an output of a paragraph can be redirected to a following paragraph? I was thinking something

Re: Where can I find out if connection passwords are salted?

2016-12-12 Thread Vinay Shukla
Do you mean encrypt password for JDBC/other such connections? On Thu, Dec 8, 2016 at 1:18 AM, Chris M. Balz wrote: > Where can I find out about the security of saved passwords for > connections, such as for jdbc? For example, where can I find out if > connection passwords

Dynamic Forms

2016-12-12 Thread Igor Drozdov
Hello! I'm writing a notebook sample in Zeppelin. It downloads apache mail archives and computes some statistics. Here it is