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

remove hardcoded input format from spark_uploads_direct(self) #25

Open
pietdevaere opened this issue Nov 19, 2016 · 0 comments
Open

remove hardcoded input format from spark_uploads_direct(self) #25

pietdevaere opened this issue Nov 19, 2016 · 0 comments
Labels

Comments

@pietdevaere
Copy link
Contributor

In analyzercontex.py:251, I found this wonderfull line:

'meta.format': {'$in': ["ecnspider1-zip-csv-ipfix"]},

I temporarily replaced it with

'meta.format': {'$in': ["ps-ecn-fjson-bz2"]},

but it should really be replaced with something that properly looks up the input types for the analyzer

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

No branches or pull requests

1 participant