plot multiple locations points in map

2017-02-22 Thread Alec Lee
Hi all My pyspark code is able to generate the list of locations (longitude, latitude), which I want to plot on the Map integrate in notebook. Any China map API that I can call? A sample code is preferred. thanks AL

Re: [DISCUSS] Admin feature

2017-02-22 Thread Alec Lee
We have multiple uses in our organization share same anonymous account, which will potentially cause the problems, we hope to have true authenticated mode. thanks AL > On Feb 22, 2017, at 9:14 PM, Jongyoul Lee wrote: > > Hi folks, > > Recently, I've heard some new

Re: notebook interpreter restart

2017-01-25 Thread Alec Lee
t; > <http://placeiq.com/2016/08/03/placeiq-bolsters-location-intelligence-platform-with-mastercard-insights/> > > <http://placeiq.com/2016/10/26/the-making-of-a-location-data-industry-milestone/> > > <http://placeiq.com/2016/12/07/placeiq-introduces-landmark-a-groun

Re: notebook interpreter restart

2017-01-25 Thread Alec Lee
h-mastercard-insights/> > > <http://placeiq.com/2016/10/26/the-making-of-a-location-data-industry-milestone/> > > <http://placeiq.com/2016/12/07/placeiq-introduces-landmark-a-groundbreaking-offering-that-delivers-access-to-the-highest-quality-location-data-for-ins

notebook interpreter restart

2017-01-25 Thread Alec Lee
Hi, all Currently we are exploring feature of zeppelin, now the situation we are using YARN to manage spark jobs. In terms of the experiments, we conclude that one interpreter is corresponding to An application in YARN cluster, that means all the notebooks from zeppelin with same interpreter

pyspark can't run through

2017-01-05 Thread Alec Lee
Hello, all I recently come cross good tool - zeppelin, it is easy to use. But I have some troubles to make pyspark work in my server. The code below used to work fine, but for no reason it pop up errors like permission deny. Code %pyspark import pandas ##