[GitHub] incubator-zeppelin pull request: Zeppelin Flink Spark tutorial

2016-04-14 Thread rawkintrevo
Github user rawkintrevo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/418#issuecomment-209982506 I'm basing my tutorial at ApacheCon loosely off of this. Let me go back through and edit/update as appropriate. Hopefully next week or so. --- If

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-760] Companion object b...

2016-03-28 Thread rawkintrevo
Github user rawkintrevo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/794#issuecomment-202599734 After reviewing the other InterpreterTest files, I find that none utilize a test where the output '.contains' a specific string. That specif

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-760] Companion object b...

2016-03-28 Thread rawkintrevo
Github user rawkintrevo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/794#issuecomment-202538580 I moved the test to the end on a hunch that max fix the build issue. @Leemoonsoo can you run again on your machine? I think the code is solid- it just

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-760] Companion object b...

2016-03-28 Thread rawkintrevo
GitHub user rawkintrevo reopened a pull request: https://github.com/apache/incubator-zeppelin/pull/794 [ZEPPELIN-760] Companion object bug fix for Flink Interpretter ### What is this PR for? This implements the solution presented for the Spark interpreter in PR-780 for the

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-760] Companion object b...

2016-03-28 Thread rawkintrevo
Github user rawkintrevo closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/794 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-760] Companion object b...

2016-03-28 Thread rawkintrevo
Github user rawkintrevo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/794#issuecomment-202463668 I really don't. I don't know much of anything about Ignite. I really was only doing this for Flink, but Felix asked that I apply the fix to

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-760] Companion object b...

2016-03-25 Thread rawkintrevo
Github user rawkintrevo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/794#issuecomment-201485432 Failed at: Zeppelin: Server and Display system apis this time? Run it again? --- If your project is set up for it, you can reply to this email and

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-760] Companion object b...

2016-03-25 Thread rawkintrevo
Github user rawkintrevo closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/794 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-760] Companion object b...

2016-03-25 Thread rawkintrevo
GitHub user rawkintrevo reopened a pull request: https://github.com/apache/incubator-zeppelin/pull/794 [ZEPPELIN-760] Companion object bug fix for Flink Interpretter ### What is this PR for? This implements the solution presented for the Spark interpreter in PR-780 for the

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-760] Companion object b...

2016-03-25 Thread rawkintrevo
Github user rawkintrevo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/794#issuecomment-201433744 3622.1 Failed on assertTrue(result.message().contains(sizeVal + ": Int = " + ignite.cluster().nodes().size())); Which I di

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-760] Companion object b...

2016-03-25 Thread rawkintrevo
Github user rawkintrevo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/794#issuecomment-201269846 I was getting test errors earlier because I copy/pasted to fast and didn't change the name of the interpreter context variable as I went (or chang

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-760] Companion object b...

2016-03-24 Thread rawkintrevo
Github user rawkintrevo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/794#issuecomment-201109499 once again failing on npm install. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-658] Companion object b...

2016-03-23 Thread rawkintrevo
Github user rawkintrevo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/794#issuecomment-200554562 this has failed twice on npm install... ? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-658] Companion object b...

2016-03-23 Thread rawkintrevo
GitHub user rawkintrevo opened a pull request: https://github.com/apache/incubator-zeppelin/pull/794 [ZEPPELIN-658] Companion object bug fix for Flink Interpretter ### What is this PR for? This implements the solution presented for the Spark interpreter in PR-780 for the Flink

[GitHub] incubator-zeppelin pull request: Zeppelin Flink Spark tutorial

2016-01-19 Thread rawkintrevo
Github user rawkintrevo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/418#issuecomment-173008525 Bump? These edits were taken care of some time ago. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] incubator-zeppelin pull request: [Doc] Fixed image links in displa...

2016-01-07 Thread rawkintrevo
Github user rawkintrevo closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/610 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] incubator-zeppelin pull request: [Doc] Fixed image links in displa...

2016-01-07 Thread rawkintrevo
GitHub user rawkintrevo opened a pull request: https://github.com/apache/incubator-zeppelin/pull/610 [Doc] Fixed image links in displaysystem docs These were broken and it annoyed me. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] incubator-zeppelin pull request: Zeppelin Flink Spark tutorial

2016-01-06 Thread rawkintrevo
Github user rawkintrevo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/418#issuecomment-169520079 That was sloppy copy-paste from my gist. My bad... It's supposed to be counts.collect().foreach(println(_)) // execute the script and

[GitHub] incubator-zeppelin pull request: Zeppelin Flink Spark tutorial

2016-01-06 Thread rawkintrevo
Github user rawkintrevo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/418#issuecomment-169518501 Spell check yes. On note 2: I agree in spirit, however I'd really like to keep accessible very novice users. Going forward I'm g

[GitHub] incubator-zeppelin pull request: Zeppelin Flink Spark tutorial

2016-01-06 Thread rawkintrevo
Github user rawkintrevo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/418#issuecomment-169333476 Yea, this is my first merge so once again- I have no idea what I'm doing. Let me know if I need to do something. Thanks! --- If your pr

[GitHub] incubator-zeppelin pull request: Zeppelin Flink Spark tutorial

2015-12-26 Thread rawkintrevo
Github user rawkintrevo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/418#issuecomment-167327613 good idea- I am out for the holiday- I'll hit this Sunday night. --- If your project is set up for it, you can reply to this email and have your

[GitHub] incubator-zeppelin pull request: Zeppelin Flink Spark tutorial

2015-12-20 Thread rawkintrevo
Github user rawkintrevo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/418#issuecomment-166157081 I only added pages to the website, and didn't realize those need headers. Updating now. --- If your project is set up for it, you can reply to

[GitHub] incubator-zeppelin pull request: Zeppelin Flink Spark tutorial

2015-12-18 Thread rawkintrevo
Github user rawkintrevo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/418#issuecomment-165940218 this is failing on missing dependencies --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] incubator-zeppelin pull request: Zeppelin Flink Spark tutorial

2015-12-18 Thread rawkintrevo
Github user rawkintrevo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/418#issuecomment-165902673 @jongyoul @bzz Sorry, I got busy with school and work stuff. Also, weird my gmail didn't flag these as important. Anyway, the only thing left to

[GitHub] incubator-zeppelin pull request: Zeppelin Flink Spark tutorial

2015-11-12 Thread rawkintrevo
Github user rawkintrevo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/418#issuecomment-156277418 After carefully reviewing https://github.com/rawkintrevo/incubator-zeppelin/blob/master/docs/docs/install/yarn_install.md I don't thi

[GitHub] incubator-zeppelin pull request: Zeppelin Flink Spark tutorial

2015-11-11 Thread rawkintrevo
Github user rawkintrevo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/418#issuecomment-155795364 Ahh, yes the blog version runs against a branch of Zeppelin that covers the most up to date Flink. That seemed inappropriate here so these directions

[GitHub] incubator-zeppelin pull request: Zeppelin Flink Spark tutorial

2015-11-10 Thread rawkintrevo
Github user rawkintrevo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/418#issuecomment-155604728 No. Just the Flink 0.9 release that Zeppelin runs on internally. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] incubator-zeppelin pull request: Zeppelin Flink Spark tutorial

2015-11-10 Thread rawkintrevo
GitHub user rawkintrevo opened a pull request: https://github.com/apache/incubator-zeppelin/pull/418 Zeppelin Flink Spark tutorial Moon recommended I migrate a How To tutorial I wrote into the website. http://mail-archives.apache.org/mod_mbox/incubator-zeppelin-users