We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This could be considered as #1475 follow-up because citation matching was the last module written in Spark 1.6.
The following properties defined in workflow.xml files:
<property> <name>spark2ExtraListeners</name> <value>com.cloudera.spark.lineage.NavigatorAppListener</value> <description>spark 2.* extra listeners classname</description> </property> <property> <name>spark2SqlQueryExecutionListeners</name> <value>com.cloudera.spark.lineage.NavigatorQueryListener</value> <description>spark 2.* sql query execution listeners classname</description> </property> <property> <name>spark2YarnHistoryServerAddress</name> <description>spark 2.* yarn history server address</description> </property> <property> <name>spark2EventLogDir</name> <description>spark 2.* event log dir location</description> </property>
and their spark1 equivalent will be redundant and should be removed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This could be considered as #1475 follow-up because citation matching was the last module written in Spark 1.6.
The following properties defined in workflow.xml files:
and their spark1 equivalent will be redundant and should be removed.
The text was updated successfully, but these errors were encountered: