[jira] [Created] (ZEPPELIN-2451) Add JDBC config option for calling connection.commit after paragraph execution

2017-04-25 Thread Randy Gelhausen (JIRA)
Randy Gelhausen created ZEPPELIN-2451: - Summary: Add JDBC config option for calling connection.commit after paragraph execution Key: ZEPPELIN-2451 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2451

[jira] [Created] (ZEPPELIN-2241) JDBC interpreter throws npe on connecting to any db that has a schema with "null" name

2017-03-09 Thread Randy Gelhausen (JIRA)
Randy Gelhausen created ZEPPELIN-2241: - Summary: JDBC interpreter throws npe on connecting to any db that has a schema with "null" name Key: ZEPPELIN-2241 URL: https://issues.apache.org/jira/brows

Re: Adding Angular API to non-Spark interpreters

2016-12-09 Thread Randy Gelhausen
I created https://issues.apache.org/jira/browse/ZEPPELIN-1782 with additional detail for this feature request. I looked into the InterpreterContext classes, but am not sure how to implement this. Any suggestions from others? Thanks in advance, -Randy On 2016-11-24 18:31 (-0500), Randy Gelhausen

[jira] [Created] (ZEPPELIN-1782) Expose all paragraph output as Angular variables

2016-12-09 Thread Randy Gelhausen (JIRA)
Randy Gelhausen created ZEPPELIN-1782: - Summary: Expose all paragraph output as Angular variables Key: ZEPPELIN-1782 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1782 Project: Zeppelin

Adding Angular API to non-Spark interpreters

2016-11-24 Thread Randy Gelhausen
I often need to visualize data in other ways than supported by the out of the box charts. I can do this with Angular notes and custom JavaScript, but Spark is the only interpreter with capability to set Angular variables. Could it be possible to automatically expose all interpreter results as Angu

[jira] [Created] (ZEPPELIN-1645) JDBC Interpreter does not commit updates

2016-11-08 Thread Randy Gelhausen (JIRA)
Randy Gelhausen created ZEPPELIN-1645: - Summary: JDBC Interpreter does not commit updates Key: ZEPPELIN-1645 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1645 Project: Zeppelin

leaflet and geojson

2016-09-25 Thread Randy Gelhausen
Anyone had success getting GeoJson to display in an Angular paragraph? I'm using this snippet ( https://gist.github.com/randerzander/ff15991cda46a5aed1e36159618621a3) from the standard Leaflet example. It loads in a standalone page with no problem, but Zeppelin seems to have some CSS conflicts tha

[jira] [Created] (ZEPPELIN-1459) Zeppelin JDBC URL properties mangled

2016-09-19 Thread Randy Gelhausen (JIRA)
Randy Gelhausen created ZEPPELIN-1459: - Summary: Zeppelin JDBC URL properties mangled Key: ZEPPELIN-1459 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1459 Project: Zeppelin Issue

[jira] [Created] (ZEPPELIN-1452) Include Phoenix 'thin client' instructions in docs

2016-09-18 Thread Randy Gelhausen (JIRA)
Randy Gelhausen created ZEPPELIN-1452: - Summary: Include Phoenix 'thin client' instructions in docs Key: ZEPPELIN-1452 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1452 Project

Accessing bound vars from JS

2016-08-25 Thread Randy Gelhausen
The Angular interpreter is very useful, but I'm having a difficult time using values from it inside custom JavaScript. Thus far, the only means I can find of accessing variables is something like: %angular var div = $('#dummy'); //Given an element in the note & list of values to fetch from S

Re: Angular Display System

2016-08-14 Thread Randy Gelhausen
2.11 support. > > Could you file an issue? I can quickly create a patch for it. > > Best, > moon > > > On Wed, Aug 10, 2016 at 2:46 AM Randy Gelhausen wrote: > >> Has the backend Angular API changed? The examples here don't work &g

[jira] [Created] (ZEPPELIN-1329) Zeppelin backend API broken or out of date with docs

2016-08-14 Thread Randy Gelhausen (JIRA)
Randy Gelhausen created ZEPPELIN-1329: - Summary: Zeppelin backend API broken or out of date with docs Key: ZEPPELIN-1329 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1329 Project: Zeppelin

Angular Display System

2016-08-10 Thread Randy Gelhausen
Has the backend Angular API changed? The examples here don't work starting with the import statements: import org.apache.zeppelin.display.angular.notebookscope._ import AngularElem._ Result: :42: error: object angular is not a member of package org.apache.zeppelin.display import org.apache.zeppel

Re: [ANNOUNCE] Apache Zeppelin 0.6.0 released

2016-07-07 Thread Randy Gelhausen
I don't- I hoped providing that information may help finding & fixing the problem. On Thu, Jul 7, 2016 at 5:53 PM, Benjamin Kim wrote: > Hi Randy, > > Do you know of any way to fix it or know of a workaround? > > Thanks, > Ben > > On Jul 7, 2016, at 2:08 PM, Ran

Re: [ANNOUNCE] Apache Zeppelin 0.6.0 released

2016-07-07 Thread Randy Gelhausen
Ben, I have the same problem. If you open your javascript console and watch while running any cell, you will see several HTTP 500 errors from a Helium URL. On Thu, Jul 7, 2016 at 4:27 PM, Benjamin Kim wrote: > To whom it may concern: > > After upgrading to Zeppelin 0.6.0, I am having a couple i

tons of nullpointer exceptions on master

2016-07-06 Thread Randy Gelhausen
Hi All, Every time I open a notebook or perform an action, I'm getting stacktraces in zeppelin.log- http://pastebin.com/A0mwEBcC. Additionally, I have many notebooks. They show on the Zeppelin Homepage, but not in the notebook dropdown. Screenshot: http://imgur.com/unKHNx1 Anyone else seeing the

[jira] [Created] (ZEPPELIN-1041) Users can no longer highlight and copy/paste the contents of table cells

2016-06-21 Thread Randy Gelhausen (JIRA)
Randy Gelhausen created ZEPPELIN-1041: - Summary: Users can no longer highlight and copy/paste the contents of table cells Key: ZEPPELIN-1041 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1041

Re: paragraph ordering/removal broken?

2016-06-19 Thread Randy Gelhausen
eadPool$3.run(QueuedThreadPool.java:555) > at java.lang.Thread.run(Thread.java:745) > > > > > 2016-06-20 11:40 GMT+09:00 Corneau Damien : > >> The culprit is this commit: >> >> https://github.com/apache/zeppelin/commit/4a0dce525304ddee8a69bffc3eee20f4bbf

Re: paragraph ordering/removal broken?

2016-06-19 Thread Randy Gelhausen
Anyone else seeing this issue and/or know how to resolve it? I've deleted and re-cloned/rebuilt the entire project (and my maven cache), restarted Chrome and my machine, but no luck. Still can't re-order or remove paragraphs from current master. On Sun, Jun 19, 2016 at 2:30 PM, Randy

Re: paragraph ordering/removal broken?

2016-06-19 Thread Randy Gelhausen
Filed: https://issues.apache.org/jira/browse/ZEPPELIN-1033 On Sun, Jun 19, 2016 at 1:36 PM, moon soo Lee wrote: > Thanks for sharing the problem. > Can't see attached gif, in this mailing list. > > Do you mind create an jira issue? > > Thanks, > moon > > > On

[jira] [Created] (ZEPPELIN-1033) Paragraph deletion and re-ordering broken

2016-06-19 Thread Randy Gelhausen (JIRA)
Randy Gelhausen created ZEPPELIN-1033: - Summary: Paragraph deletion and re-ordering broken Key: ZEPPELIN-1033 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1033 Project: Zeppelin

paragraph ordering/removal broken?

2016-06-18 Thread Randy Gelhausen
I just rebuilt from master and found that in both Firefox and Chrome, I can no longer remove paragraphs or re-order them via the gear icon next to each paragraph. See the attached gif for an example. Did a recent merge break this functionality?

[jira] [Created] (ZEPPELIN-880) Table output format broken in Chrome

2016-05-25 Thread Randy Gelhausen (JIRA)
Randy Gelhausen created ZEPPELIN-880: Summary: Table output format broken in Chrome Key: ZEPPELIN-880 URL: https://issues.apache.org/jira/browse/ZEPPELIN-880 Project: Zeppelin Issue Type