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

pydoop submit: fix conflicting options #278

Open
simleo opened this issue Feb 14, 2018 · 0 comments
Open

pydoop submit: fix conflicting options #278

simleo opened this issue Feb 14, 2018 · 0 comments
Labels

Comments

@simleo
Copy link
Member

simleo commented Feb 14, 2018

Some options act on properties that can also be set with -D key=value, and there is no logic in place to prevent conflicts between the two settings. Together with the fact that we are still mirroring options between their Hadoop 1 and Hadoop 2 versions (see #274), this makes the actual setting dependent on dictionary iteration order in:

props = [(ctable.get(k, k), v) for (k, v) in self.properties.items()]

In particular, I saw one test pass with Python 3 and fail with Python 2 due to this.

@simleo simleo added the bug label Jun 6, 2018
@simleo simleo mentioned this issue Jun 15, 2018
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