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

make conversion to path enabled sequnece file easy #63

Open
vadasg opened this issue Nov 13, 2012 · 2 comments
Open

make conversion to path enabled sequnece file easy #63

vadasg opened this issue Nov 13, 2012 · 2 comments

Comments

@vadasg
Copy link
Member

vadasg commented Nov 13, 2012

Generating a SequenceFile with g._() is often the first step if you are going to do repeated analyses. However, this does not generate a path enabled SequenceFile by default.

It would be nice if there were an easy way to enable paths for queries that start with this SequenceFile, or to enable paths on the file after it is generated.

According to Marko: there is no "semantically easy way" to make an already generated SequenceFile into a path enabled SequenceFile. You will have to stream one off of HBase. E.g. g.enablePath()._() -> github-withpaths.

@okram
Copy link
Contributor

okram commented Dec 16, 2012

We might want to create a new type of SequenceFile extension called RawGraphSequenceFile that will write the output to that and as such, all enabled paths are set to false. .......................... or we have a helper utility like this: FaunusUtility.enablePath(seqFileLocation, boolean).

easy to do either, just need to think of best way to do it.

@okram
Copy link
Contributor

okram commented Jan 12, 2013

We should really make path enabling transparent to users... this is one of the most awkward "features" in all of Faunus.. This needs good thought.

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

No branches or pull requests

2 participants