Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for PFADD , PFCOUNT from spark #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nirmalc
Copy link

@nirmalc nirmalc commented Mar 6, 2017

Adds two functons:

fromRedisHLL - to read data from redis HLL to (RDD[String,Long)] using key
key pattern

toRedisHLL - Adds ( pfadd) to Redis HLL from RDD[(String,String)]

Adds two functons:

fromRedisHLL - to read data from redis HLL to (RDD[String,Long)] using key
key pattern

toRedisHLL - Adds ( pfadd) to Redis HLL from RDD[(String,String)]
@nirmalc
Copy link
Author

nirmalc commented Mar 6, 2017

is Travis config broken ? Getting a redis compilation err..

/home/travis/build/RedisLabs/spark-redis/redis_for_spark-redis_test/deps/jemalloc/src/nstime.c:120: undefined reference to `clock_gettime'

@nirmalc nirmalc changed the title Support for PFADD , PFCOUNT from spark Support for PFADD , PFCOUNT from spark Mar 27, 2017
@justinrmiller
Copy link
Contributor

@nirmalc @fe2s @gkorland I think this functionality would be great to have. Is the only thing holding this up merge conflicts with master? If so I'm happy to branch master and get these changes added if @nirmalc doesn't want to go through adding it all again.

@fe2s
Copy link
Collaborator

fe2s commented Apr 15, 2019

@justinrmiller , agree this might be valuable even though spark has its own implementation of HLL. This is quite an old PR and was probably overlooked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants