pan3793 commented on PR #8094: URL: https://github.com/apache/hadoop/pull/8094#issuecomment-3575282738
>> How does it affect `hadoop classpath`? As far as I know, many downstream projects require adding the output of `hadoop classpath` to their classpath. > > - does nothing for maven/gradle imports of hadoop-cloud-storage > - if you add hadoop/common/* and hadoop/commmon/lib/* to your CP you may now get more cloud connectors I specifically mean the output of the command `hadoop classpath`, which is used in many projects, e.g., Flink, to guide users for Hadoop integration. > - Important Make sure that the `HADOOP_CLASSPATH` environment variable is set up (it can be > checked by running `echo $HADOOP_CLASSPATH`). If not, set it up using > > ```bash > export HADOOP_CLASSPATH=`hadoop classpath` > ``` https://nightlies.apache.org/flink/flink-docs-release-2.1/docs/deployment/resource-providers/yarn/ but according to the answer to the next question, it seems fine. >> Which maven profiles will be enabled by the Apache binary release? in other words, how to reproduce it from the source release locally? > > It doesn't set any of the new profiles, meaning the hadoop-* jars will be there, abfs will work (limited dependendencies) but anything else needs extra jars added. @steveloughran, thanks for your detailed explanation. I don't have more questions -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
