[ https://issues.apache.org/jira/browse/HIVE-8931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14270685#comment-14270685 ]
Josh Elser commented on HIVE-8931: ---------------------------------- Getting back to this, I'm a little stuck here. Backing up, {{hive-metastore}} is bringing in libthrift-0.9.2 which is breaking things. The qtests ultimately pull from $CLASSPATH to star the Accumulo minicluster (which includes stuff from HIVE_HADOOP_TEST_CLASSPATH), that ultimately comes back to the maven test classpath. Without getting libthrift-0.9.1 somehow on the maven classpath, I don't know where the libthirft-0.9.1.jar even exists on the local m2 repository (and thus can't do any trickery to substitute it in place of the libthrift-0.9.2 dependency). My assumption is that excluding libthrift from the hive-metastore dependency will break the other qtests (but that is only a guess). Assuming I can't exclude libthrift from hive-metastore, I'm not sure what I could even do at this point aside from introducing a new maven module specifically for the Accumulo qtests (and gives me carte blanche over the classpath). [~brocknoland], any ideas? > Test TestAccumuloCliDriver is not completing > -------------------------------------------- > > Key: HIVE-8931 > URL: https://issues.apache.org/jira/browse/HIVE-8931 > Project: Hive > Issue Type: Bug > Reporter: Brock Noland > Assignee: Josh Elser > > Tests are taking 3 hours due to {{TestAccumuloCliDriver}} not finishing. > Logs: > http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-1848/failed/TestAccumuloCliDriver/ -- This message was sent by Atlassian JIRA (v6.3.4#6332)