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

Generate warning for Cascading field names when naming steps #4

Open
kkrugler opened this issue May 15, 2013 · 1 comment
Open

Generate warning for Cascading field names when naming steps #4

kkrugler opened this issue May 15, 2013 · 1 comment
Assignees

Comments

@kkrugler
Copy link
Member

We know that using anything other than valid Java identifier names can cause problems with ExpressionFunction & ExpressionFilter, due to limitations in what the Janino compiler can infer from a text snippet. In addition, names shouldn't start with an uppercase letter.

So it would be nice to have a way to generate warnings when problematic field names were used. This ideally would be something you could control via a parameter passed to FlowConnector.connect(), but this would be a start.

@ghost ghost assigned kkrugler May 15, 2013
@kkrugler
Copy link
Member Author

So to clarify, I'm thinking of adding code to the step naming support already in Cascading utils. Though I could create an abstract BaseConnector that provides this support, and would be returned by HadoopPlatform/LocalPlatform.

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

1 participant