Re: [jira] [Commented] (ZEPPELIN-23) Set version of default spark interpreter build profile from 1.1 to 1.3

2015-04-02 Thread Kevin Kim (Sangwoo)
+1 On 2015년 4월 2일 (목) 23:53 Jongyoul Lee (JIRA) wrote: > > [ https://issues.apache.org/jira/browse/ZEPPELIN-23?page= > com.atlassian.jira.plugin.system.issuetabpanels:comment- > tabpanel&focusedCommentId=14392778#comment-14392778 ] > > Jongyoul Lee commented on ZEPPELIN-23: > ---

Re: Splitting into multiple mailing list

2015-03-31 Thread Kevin Kim (Sangwoo)
My eye was bleeding for too many emails, too. I filtered out all emails from ASF Git bot and just using dev@ mailing list and email from github. On Wed, Apr 1, 2015 at 11:29 AM Corneau Damien wrote: > Hi, > > I find it difficult to follow the dev mailing list recently, there is a lot > of noise

Re: problems facing with SchemaRDD

2015-03-05 Thread Kevin Kim (Sangwoo)
Sql context is pre-defimed as sqlc, you may use that. Cheers! On 2015년 3월 6일 (금) 02:54 VISHNU SUBRAMANIAN wrote: > Hi, > > I am trying to use zeppelin. I executed the below commands. > > *import org.apache.spark.sql.SQLContext* > *val rawData = sc.textFile("12345.txt")* > *val sqlContext = n

Re: Have you ever meet this error message while building from the latest(master branch) codes

2015-03-02 Thread Kevin Kim (Sangwoo)
Great that you found solution by yourself.. Do you have any idea to improve the web build? On Mon, Mar 2, 2015 at 7:10 PM 杨朝中 wrote: > Have solved it by run `bower install` in zeppelin-web directory before `mvn > clean package`. > > 2015-03-02 16:56 GMT+08:00 杨朝中 : > > > [INFO] grunt-wiredep@2.

Re: Is it possible to install Zeppelin for Spark 1.2.0 on CDH 5.3/Hadoop 2.5?

2015-02-23 Thread Kevin Kim (Sangwoo)
Su She wrote: > Hi Kevin, that is actually the version I have been using so far haha... > > Best, > > Su > > On Fri, Feb 20, 2015 at 9:17 PM, Kevin Kim (Sangwoo) > wrote: > > > Well, you might just use 'git clone https://github.com/NFLabs/ > zeppelin.git

Re: Is it possible to install Zeppelin for Spark 1.2.0 on CDH 5.3/Hadoop 2.5?

2015-02-20 Thread Kevin Kim (Sangwoo)
my instance and they have no problem creating > the target directories for my jar files. I tried doing sudo, but it says > mvm command not recognized. Is there a way I should download the repo from > github? > > Thanks a lot for the help! > > On Wed, Feb 18, 2015 at 8:55 P

Re: Is it possible to install Zeppelin for Spark 1.2.0 on CDH 5.3/Hadoop 2.5?

2015-02-18 Thread Kevin Kim (Sangwoo)
e output directory: > /home/ec2-user/zeppelin/zeppelin-zengine/target/site > at > org.apache.maven.shared.filtering.DefaultMavenResourcesFiltering > .filterResources(DefaultMavenResourcesFiltering.java:219) > at > org.apache.maven.plugin.resources.ResourcesMojo. > execute(ResourcesMojo.java:300) > >

Re: Is it possible to install Zeppelin for Spark 1.2.0 on CDH 5.3/Hadoop 2.5?

2015-02-18 Thread Kevin Kim (Sangwoo)
MIs on AWS and did not get any > results. > > Thanks! > > On Wed, Feb 18, 2015 at 5:27 PM, Kevin Kim (Sangwoo) > wrote: > > > Hello Su, > > Have you resovled the problem? > > (It seems like you're running out of disk space or getting something > >

Re: NullPointerException on latest build...

2015-02-18 Thread Kevin Kim (Sangwoo)
It seems you got problem with interpreter settings. Please check you properly setup interpreters and bind to notebook. Kevin On Mon Feb 16 2015 at 2:21:54 AM IT CTO wrote: > Hi, > I just updated to the latest build and imported my notebook to the new > build (point the config to my notebook dir

Re: Is it possible to install Zeppelin for Spark 1.2.0 on CDH 5.3/Hadoop 2.5?

2015-02-18 Thread Kevin Kim (Sangwoo)
> project zeppelin: Unable to create output stream: > /home/ec2-user/zeppelin/target/checkstyle-result.xml: > /home/ec2-user/zeppelin/target/checkstyle-result.xml (No such file or > directory) > > Thanks! > > > On Sun, Feb 15, 2015 at 8:51 PM, Kevin Kim (Sangwoo) > wr

Re: Is it possible to install Zeppelin for Spark 1.2.0 on CDH 5.3/Hadoop 2.5?

2015-02-15 Thread Kevin Kim (Sangwoo)
ages in the wiki section and add a simple link to > the > > page in the README.md > > On Feb 16, 2015 12:20 PM, "Kevin Kim (Sangwoo)" > wrote: > > > > > We got build section on README.md, > > > what if we add lines below current one? > > &

Re: Is it possible to install Zeppelin for Spark 1.2.0 on CDH 5.3/Hadoop 2.5?

2015-02-15 Thread Kevin Kim (Sangwoo)
, > > I fully agree with you. Zeppelin should have too much docs for using > zeppelin with several environments. Kevin, Could you make a structure for > documentation? > > Regards, > JL > > On Mon, Feb 16, 2015 at 12:00 PM, Kevin Kim (Sangwoo) > wrote: > > > G

Re: Is it possible to install Zeppelin for Spark 1.2.0 on CDH 5.3/Hadoop 2.5?

2015-02-15 Thread Kevin Kim (Sangwoo)
. My command is below: > > LANG=ko_KR.UTF-8 LC_ALL=ko_KR.UTF-8 JAVA_HOME=`/usr/libexec/java_home -v > 1.7` mvn -DskipTests -Pspark-1.2 -Phadoop-2.4 > -Dhadoop.version=2.5.0-cdh5.3.0 clean package > > Regards, > JL > > On Sat, Feb 14, 2015 at 7:32 PM, Kevin Kim (Sangwoo)

Re: Is it possible to install Zeppelin for Spark 1.2.0 on CDH 5.3/Hadoop 2.5?

2015-02-14 Thread Kevin Kim (Sangwoo)
Hi Su, Good to see u at Zeppelin mailing list! You need to use -Pspark-1.2 for spark 1.2. Plz see updated Readme.md on github. mvn clean package -Pspark-1.2 -Dhadoop.version=2.2.0 -Phadoop-2.2 -DskipTests Also you'll need to check https://github.com/NFLabs/zeppelin/pull/342 and https://github.c

[Zeppelin] Announcement for new dependency loading mechanism

2015-02-12 Thread Kevin Kim (Sangwoo)
Hi, this is Kevin, I've bring some announcement on new dependency loading mechanism. Recently the new dependency loading mechanism PR has been merged, https://github.com/NFLabs/zeppelin/pull/319 To use this feature in EXISTING Zeppelin, you need to do following 1. re-deploy conf/zeppelin-site.xm

Re: Typescript?

2015-02-08 Thread Kevin Kim (Sangwoo)
Damien" wrote: > > > I see less good reasons to add Typescript then. > > > > It is making the whole process way more complicated, just to get variable > > types and auto completion. (Which are not essential) > > > > (File referencing, $inject, modifying

Re: Typescript?

2015-02-08 Thread Kevin Kim (Sangwoo)
I've found great article on AngularJs + Typescript. It's short and simple. http://www.scottlogic.com/blog/2014/08/26/StrongTypingWithAngularJS.html Please have a look at it if you're going to mod. angular part! On Sun Feb 08 2015 at 4:46:53 AM Kevin Kim (Sangwoo) wrote:

Re: Typescript?

2015-02-08 Thread Kevin Kim (Sangwoo)
thoughts? On Fri Feb 06 2015 at 2:24:57 PM Kevin Kim (Sangwoo) wrote: > Thanks! I'll try to start some work on there. > > On Fri Feb 06 2015 at 2:24:08 PM Alex B. wrote: > >> If that would be of any help, please feel free to use this branch >> https://github.com

Re: Typescript?

2015-02-05 Thread Kevin Kim (Sangwoo)
Thanks! I'll try to start some work on there. On Fri Feb 06 2015 at 2:24:08 PM Alex B. wrote: > If that would be of any help, please feel free to use this branch > https://github.com/NFLabs/zeppelin/pull/321 > > On Thu, Feb 5, 2015 at 6:54 PM, Kevin Kim (Sangwoo) > wrote:

Re: Typescript?

2015-02-05 Thread Kevin Kim (Sangwoo)
urrent+future contributors > > understand > > > > > typescript? > > > > > > > > > > To me, probably yes. I've look through Typescript and i could > > > understand > > > > > quickly and i can see how much it'll be helpful for t

Re: Typescript?

2015-02-03 Thread Kevin Kim (Sangwoo)
@Alex and Damien, Great point! Cannot agree more the new system must go well with Angular js. For Angular js, look at this project: https://github.com/borisyankov/DefinitelyTyped/tree/master/angularjs it defines Angular modules into Typescripts. In our company, there are two project using Angular

Re: Zeppelin with external cluster

2015-01-29 Thread Kevin Kim (Sangwoo)
Great to hear you found the way! Maybe we can find out a better way than the workaround in a near future. And what is the purpose of setting spark.*? Can you be more specific? [I guess you can set spark.* via #235]

Re: Zeppelin with external cluster

2015-01-29 Thread Kevin Kim (Sangwoo)
Cool, please send pull request, I'll look into it! On Thu Jan 29 2015 at 2:41:41 PM Jongyoul Lee wrote: > Hi Kein, > > ADD_JARS is a good way to solve it. But, snappyjava depends on zeppelin. > Zeppelin should add their jars into appropriate way. My PR is about adding > jars and might be very sm

Re: Installing Zeppelin + User List

2015-01-13 Thread Kevin Kim (Sangwoo)
> > [ERROR] +-org.apache.hadoop:hadoop-core:2.5.0-mr1-cdh5.2.1 > > > [ERROR] +-tomcat:jasper-runtime:5.5.23 > > > [ERROR] +-javax.servlet:servlet-api:2.4 > > > [ERROR] and > > > [ERROR] +-com.nflabs.zeppelin:zeppelin-zan:0.3.4-SNAPSHOT > > > [ERROR] +-org.apache.

Re: Installing Zeppelin + User List

2015-01-13 Thread Kevin Kim (Sangwoo)
mvn -Phadoop-2.4 -Dhadoop.version=2.4.0 -DskipTests clean package will do the things! Cheers, Kevin On 2015년 1월 14일 (수) 03:02 Su She wrote: > Hello All, > > 1) I tried installing 0.3.4 and got a bit further...I am now failing on the > server step and getting this error: > > Failed to execute g

Re: Adding Gradle to Zeppelin

2015-01-12 Thread Kevin Kim (Sangwoo)
ay...). > > > > > > Anyway, would it make sense that I jump as maintainer of maven pom(s), > > > adding SBT in the future? > > > Having two build systems is not ideal, but can help some guys and have > a > > > broader coverage. > > > >

Re: Adding Gradle to Zeppelin

2015-01-12 Thread Kevin Kim (Sangwoo)
+1 for gradle, I like it much than maven, too. On Mon Jan 12 2015 at 5:13:17 PM Anthony Corbacho < anthonycorba...@apache.org> wrote: > If we can come up with a list of things that we need, I can add them. > > On Mon, Jan 12, 2015 at 5:02 PM, moon soo Lee wrote: > > > +1 > > > > it's been very lo