[ https://issues.apache.org/jira/browse/HIVE-1896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12978488#action_12978488 ]
John Sichi commented on HIVE-1896: ---------------------------------- I think this happened because the HBase code was originally in contrib, so when I moved it out to top-level, I copied the contrib pattern. As for contrib, I don't know why it was that way in the first place. I'm fine with bringing both of these into conformance with the convention set by the others. > HBase and Contrib JAR names are missing version numbers > ------------------------------------------------------- > > Key: HIVE-1896 > URL: https://issues.apache.org/jira/browse/HIVE-1896 > Project: Hive > Issue Type: Bug > Components: Build Infrastructure > Affects Versions: 0.7.0 > Reporter: Carl Steinbach > Assignee: Carl Steinbach > > Also, does anyone know why the hbase and contrib JARs use underscores > instead of dashes in their names? Can I change this or will it break > something? > {code} > ./build/dist/lib/hive-anttasks-0.7.0-SNAPSHOT.jar > ./build/dist/lib/hive-cli-0.7.0-SNAPSHOT.jar > ./build/dist/lib/hive-common-0.7.0-SNAPSHOT.jar > ./build/dist/lib/hive-exec-0.7.0-SNAPSHOT.jar > ./build/dist/lib/hive-hwi-0.7.0-SNAPSHOT.jar > ./build/dist/lib/hive-jdbc-0.7.0-SNAPSHOT.jar > ./build/dist/lib/hive-metastore-0.7.0-SNAPSHOT.jar > ./build/dist/lib/hive-serde-0.7.0-SNAPSHOT.jar > ./build/dist/lib/hive-service-0.7.0-SNAPSHOT.jar > ./build/dist/lib/hive-shims-0.7.0-SNAPSHOT.jar > ./build/dist/lib/hive_contrib.jar <------ > ./build/dist/lib/hive_hbase-handler.jar <------ > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.