sameeragarwal / blinkdb

BlinkDB: Sub-Second Approximate Queries on Very Large Data.
http://blinkdb.cs.berkeley.edu/
Apache License 2.0
660 stars 123 forks source link

Spar 1.0.x #5

Closed nightwolfzor closed 8 years ago

nightwolfzor commented 10 years ago

Are there plans to have Blink working with Spark 1.0.0/1.0.1?

lazyman500 commented 9 years ago

Are there plans to have Blink working with Spark 1.10/1.1.1?

mkanchwala commented 9 years ago

Looking forward on it, would like to have Spark 1.5.x Support too.

e- commented 9 years ago

Same here. Spark 0.9.x is too old..

sameeragarwal commented 9 years ago

hey folks, we have a private repository that's built on spark 1.5.x that's currently in private beta. Send me a message if you'd like an early sneak peak! More details here: http://www.slideshare.net/SparkSummit/agarwal-zeng and https://spark-summit.org/2015/events/blinkdb-ola-supporting-continuous-answers-in-sparksql/

e- commented 9 years ago

@sameeragarwal Awesome. Can I get access to the repository?

chesterxgchen commented 9 years ago

Sameer Like to experiments with the blinkdb. please let me know how to access the repo. chester@alpinenow.com chesterxgchen@yahoo.com

Chester

On Mon, Nov 9, 2015 at 6:37 PM, Jaemin Jo notifications@github.com wrote:

@sameeragarwal https://github.com/sameeragarwal Awesome. Can I get access to the repository?

— Reply to this email directly or view it on GitHub https://github.com/sameeragarwal/blinkdb/issues/5#issuecomment-155264998 .

jake-aft commented 9 years ago

Would be great to get access

On Mon, 9 Nov 2015 19:44 Sameer Agarwal notifications@github.com wrote:

hey folks, we have a private repository that's built on spark 1.5.x that's currently in private beta. Send me a message if you'd like an early sneak peak! More details here: http://www.slideshare.net/SparkSummit/agarwal-zeng and https://spark-summit.org/2015/events/blinkdb-ola-supporting-continuous-answers-in-sparksql/

— Reply to this email directly or view it on GitHub https://github.com/sameeragarwal/blinkdb/issues/5#issuecomment-154998065 .

avishekjoy commented 8 years ago

When are you releasing blink with spark-sql?

HyukjinKwon commented 8 years ago

@sameeragarwal Can I take a peek at the new one as well?

artem-aliev commented 8 years ago

@sameeragarwal Could I get access to the beta code?

mmatuszak commented 8 years ago

Can I get access to the new one as well?

kotfic commented 8 years ago

@sameeragarwal I'm also interested in seeing the beta code if thats possible, Thanks!

chesterxgchen commented 8 years ago

Has anyone get access ? Just curious, as I haven't heard anything

sameeragarwal commented 8 years ago

Thanks folks, I've added the last few people on this thread to the AMPLab read-only group as well. Please feel free to contact me at sameer@databricks.com in case you've any questions!

kevin868 commented 8 years ago

Hi can anybody provide access to the latest code? I got left out because I didn't comment :)

avishekjoy commented 8 years ago

Me too left, can you add me

On Sat, Jan 30, 2016 at 7:29 AM, Kevin Wang notifications@github.com wrote:

Hi can anybody provide access to the latest code? I got left out because I didn't comment :)

— Reply to this email directly or view it on GitHub https://github.com/sameeragarwal/blinkdb/issues/5#issuecomment-177045756 .

Cheers Avishek Bhattacharya

yang-cao commented 8 years ago

@sameeragarwal
Can you add me in too. Would be great to use it in experimental study. Thanks.

feiyanzhandui commented 8 years ago

@sameeragarwal hi, can you add me in? I really want to experiment the new BlinkDB. Thanks!

wxietoonca commented 8 years ago

@sameeragarwal Hi, could you add me in? I have a HDFS 2.6 + SPARK 1.6; but can not use the older version (0.2.0) to connect. Thanks

sameeragarwal commented 8 years ago

We've a public repository based on Spark 1.4 (and 1.3) available at https://github.com/amplab/iolap. You can find the relevant patches to spark at https://github.com/amplab/iolap/tree/master/sql/hive/src/main/scala/org/apache/spark/sql/hive/online/. Thanks!

devender-yadav commented 6 years ago

I see no commits at https://github.com/amplab/iolap since May'16. Is this project (or any fork of it) still alive?

pyongjoo commented 6 years ago

@devender-yadav We have been developing a related project (called VerdictDB): https://github.com/mozafari/verdictdb (you can see the authors are related). VerdictDB works under a more general setting than BlinkDB. Online aggregation (which is the idea behind "iolap") will also be added in a month or so to VerdictDB as we make a major update to become a commercial-grade system.