Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a6dc1 commit 22ce8dcCopy full SHA for 22ce8dc
java/CMakeLists.txt
@@ -16,7 +16,7 @@ execute_process(COMMAND mvn versions:set -DnewVersion=${ORC_VERSION}
16
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
17
18
set(ORC_JARS
19
- ${CMAKE_CURRENT_BINARY_DIR}/storage-api/hive-storage-api-2.1.1-pre-orc.jar
+ ${CMAKE_CURRENT_BINARY_DIR}/storage-api/hive-storage-api-2.1.1.2-pre-orc.jar
20
${CMAKE_CURRENT_BINARY_DIR}/core/orc-core-${ORC_VERSION}.jar
21
${CMAKE_CURRENT_BINARY_DIR}/mapreduce/orc-mapreduce-${ORC_VERSION}.jar
22
${CMAKE_CURRENT_BINARY_DIR}/tools/orc-tools-${ORC_VERSION}-uber.jar
0 commit comments