Re: Display in JDBC Interpreter

2016-04-06 Thread Christopher Matta
Yea this has always bothered me. Do commas even need to be displayed it the field is an int? Are they adding anything? On Wednesday, April 6, 2016, John Omernik wrote: > Note this is also the case in the spark sql interpreter. > > Thanks! > > On Wed, Apr 6, 2016 at 4:10 PM, John Omernik > wrote

Re: Shiro authentication dialog does not appear

2016-04-06 Thread Christopher Matta
I've also tried this today and am experiencing the same symptoms that Peter has. Does anyone have any more troubleshooting tips we could try? -- Chris Matta 215-701-3146 ch...@mapr.com On Wed, Mar 30, 2016 at 6:50 AM, Peter Briggs wrote: > Hi Johan, > > No, I’m afraid I don’t have any update -

Re: Building and running on Mac OS 11.11

2016-03-03 Thread Christopher Matta
Jose, What’s your build command look like? The last time I built zeppelin on OS X 10.11 I used this command: mvn -Pmapr50 -Pyarn -Pbuild-distr -Pspark-1.5 -Phadoop-2.6 -Ppyspark package -DskipTests -B ​ Chris Matta cma...@mapr.com 215-701-3146 On Thu, Mar 3, 2016 at 9:11 AM, Jose Celaya wrote:

Re: Multiple JDBC interpreters

2016-03-02 Thread Christopher Matta
ction in > > http://zeppelin.incubator.apache.org/docs/0.6.0-incubating-SNAPSHOT/interpreter/jdbc.html > > Thanks, > moon > > > On Wed, Mar 2, 2016 at 11:52 AM Christopher Matta wrote: > >> If i’m understanding configuring multiple jdbc prefixes correctly I >>

Multiple JDBC interpreters

2016-03-02 Thread Christopher Matta
If i’m understanding configuring multiple jdbc prefixes correctly I should be able to create an Apache Drill interpreter called “drilllocal” as a jdbc interpreter, but I’m not having much success with identifying it with it’s prefix: This is the drilllocal config (meant to connect to my local, emb

Re: Maven buld issues - how to fix?

2016-02-17 Thread Christopher Matta
Just pointing out that you missed an ‘o’ at the end of -Pvendor-repo in your build command. ​ Chris Matta cma...@mapr.com 215-701-3146 On Wed, Feb 17, 2016 at 3:54 PM, Abhi Basu <9000r...@gmail.com> wrote: > Same error with: > > mvn clean package -Pspark-1.5 -Dspark.version=1.5.0 > -Dhadoop.vers

Re: Add paragraphs using dynamic forms

2016-02-08 Thread Christopher Matta
Could you share your notebook on github/gist? I'd be interested in seeing it, and I'm sure the rest of the community would as well. Chris Matta cma...@mapr.com 215-701-3146 On Mon, Feb 8, 2016 at 1:47 PM, Zhong Wang wrote: > I just got the graph settings worked by initializing and putting a gra

Re: zeppelin multi user mode?

2016-02-03 Thread Christopher Matta
I have had luck with a single Zepplin installation and config directories in each user home directory. That way each user gets their own instance and will not interfere with each other. You can start the Zepplin server with a config flag pointing to the config directory. Simply copy the config di