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

Problem in directly querying data in pail structure #299

Open
pankug opened this issue Jan 14, 2016 · 1 comment
Open

Problem in directly querying data in pail structure #299

pankug opened this issue Jan 14, 2016 · 1 comment

Comments

@pankug
Copy link

pankug commented Jan 14, 2016

I am having a problem in Lambda Architecture, Our data stored in HDFS is in fact based pail format using Thrift Serialization schemes and vertical partitioning.

Is there any direct way we can query our data (residing in HDFS) in batch view, so we don't have to store our output data in ElephantDB or another database and we can directly view our data and stored it in a readable format.

We are facing this problem If u can help us regarding code structure and other techniques using any set of Big Data tool and language

@sritchie
Copy link
Collaborator

Directly query, as in do random access lookups on a key inside of HDFS? Not that I know of.

Sam Ritchie (@sritchie https://twitter.com/sritchie)
Machine Learning @ Stripe https://stripe.com/
samritchie.io http://www.samritchie.io/ | 703.863.8561

On Jan 13, 2016, at 11:30 PM, Pankaj Joshi [email protected] wrote:

I am having a problem in Lambda Architecture, Our data stored in HDFS is in fact based pail format using Thrift Serialization schemes and vertical partitioning

Is there any direct way we can query our data (residing in HDFS) in batch view, so we don't have to store our output data in ElephantDB or another database and we can directly view our data and stored it in a readable format

We are facing this problem If u can help us regarding code structure and other techniques using any set of Big Data tool and language


Reply to this email directly or view it on GitHub #299.

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

No branches or pull requests

2 participants