steveloughran commented on PR #1075: URL: https://github.com/apache/parquet-mr/pull/1075#issuecomment-1514518094
StreamCapabilities was added to hadoop branch 2 *six years ago* in https://issues.apache.org/jira/browse/HDFS-11644 and shipped in hadoop-2.9.0 anyone complaining about it not being there is trying to run a version of hadoop which predates this, and is not the version of hadoop-2 parquet compiles with. There is no guarantee *anything* works with that older version: method signatures, dependencies. etc. oh, and if you really want to claim hadoop 2.8.x support, you have to compile with java7 too, as hadoop 2.9 is the first java8 compatible release If you really want to support it, you need to modify the build to * compile with java lang == 7 * require a java7 jdk * build against hadoop 2.8 or you tell the user complaining to upgrade to a release of hadoop which has shipped recently. -- 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]
