Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 22ce8dc

Browse files
committed
Fix the version mismatch on storage-api.
Signed-off-by: Owen O'Malley <[email protected]>
1 parent c9a6dc1 commit 22ce8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ execute_process(COMMAND mvn versions:set -DnewVersion=${ORC_VERSION}
1616
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
1717

1818
set(ORC_JARS
19-
${CMAKE_CURRENT_BINARY_DIR}/storage-api/hive-storage-api-2.1.1-pre-orc.jar
19+
${CMAKE_CURRENT_BINARY_DIR}/storage-api/hive-storage-api-2.1.1.2-pre-orc.jar
2020
${CMAKE_CURRENT_BINARY_DIR}/core/orc-core-${ORC_VERSION}.jar
2121
${CMAKE_CURRENT_BINARY_DIR}/mapreduce/orc-mapreduce-${ORC_VERSION}.jar
2222
${CMAKE_CURRENT_BINARY_DIR}/tools/orc-tools-${ORC_VERSION}-uber.jar

0 commit comments

Comments
 (0)