You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Ferdinand Xu (JIRA)" <ji...@apache.org> on 2015/04/09 03:28:14 UTC

[jira] [Assigned] (HIVE-10269) HiveMetaStore.java:[6089,29] cannot find symbol class JvmPauseMonitor

     [ https://issues.apache.org/jira/browse/HIVE-10269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ferdinand Xu reassigned HIVE-10269:
-----------------------------------

    Assignee: Ferdinand Xu

> HiveMetaStore.java:[6089,29] cannot find symbol class JvmPauseMonitor
> ---------------------------------------------------------------------
>
>                 Key: HIVE-10269
>                 URL: https://issues.apache.org/jira/browse/HIVE-10269
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Gabor Liptak
>            Assignee: Ferdinand Xu
>
> Compiling trunk fails when building based on instructions in
> https://cwiki.apache.org/confluence/display/Hive/HowToContribute
> $ git status
> On branch trunk
> Your branch is up-to-date with 'origin/trunk'.
> nothing to commit, working directory clean
> $ mvn clean install -DskipTests -Phadoop-1
> ...[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project hive-metastore: Compilation failure: Compilation failure:
> [ERROR] /tmp/hive/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java:[6089,29] cannot find symbol
> [ERROR] symbol:   class JvmPauseMonitor
> [ERROR] location: package org.apache.hadoop.util
> [ERROR] /tmp/hive/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java:[6090,35] cannot find symbol
> [ERROR] symbol:   class JvmPauseMonitor
> [ERROR] location: package org.apache.hadoop.util
> [ERROR] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <goals> -rf :hive-metastore



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)