You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Amruth S (JIRA)" <ji...@apache.org> on 2017/12/25 19:04:00 UTC

[jira] [Comment Edited] (HIVE-17948) Hive 2.3.2 Release Planning

    [ https://issues.apache.org/jira/browse/HIVE-17948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16303340#comment-16303340 ] 

Amruth S edited comment on HIVE-17948 at 12/25/17 7:03 PM:
-----------------------------------------------------------

[~stakiar]/[~spena], I am getting build error with hive-metastore if I build rel/release-2.3.2 or branch-2.3 (https://github.com/apache/hive/tree/rel/release-2.3.2)

Able to successfully build from master though. 

{code:java}
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:03 min
[INFO] Finished at: 2017-12-26T00:00:47+05:30
[INFO] Final Memory: 105M/1498M
[INFO] ------------------------------------------------------------------------
[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] /Users/amruth.s/Documents/fk/fdp/infra/hive/metastore/src/java/org/apache/hadoop/hive/metastore/hbase/HBaseReadWrite.java:[31,31] cannot find symbol
[ERROR] symbol:   class Cell
[ERROR] location: package org.apache.hadoop.hbase
[ERROR] /Users/amruth.s/Documents/fk/fdp/infra/hive/metastore/src/java/org/apache/hadoop/hive/metastore/hbase/HBaseReadWrite.java:[32,31] cannot find symbol
[ERROR] symbol:   class HBaseConfiguration
[ERROR] location: package org.apache.hadoop.hbase
[ERROR] /Users/amruth.s/Documents/fk/fdp/infra/hive/metastore/src/java/org/apache/hadoop/hive/metastore/hbase/HBaseReadWrite.java:[33,31] cannot find symbol
[ERROR] symbol:   class HConstants
[ERROR] location: package org.apache.hadoop.hbase
[ERROR] /Users/amruth.s/Documents/fk/fdp/infra/hive/metastore/src/java/org/apache/hadoop/hive/metastore/hbase/VanillaHBaseConnection.java:[26,31] cannot find symbol
[ERROR] symbol:   class TableName
[ERROR] location: package org.apache.hadoop.hbase
[ERROR] /Users/amruth.s/Documents/fk/fdp/infra/hive/metastore/src/java/org/apache/hadoop/hive/metastore/hbase/AggrStatsInvalidatorFilter.java:[25,31] cannot find symbol
[ERROR] symbol:   class CellUtil
[ERROR] location: package org.apache.hadoop.hbase
[ERROR] /Users/amruth.s/Documents/fk/fdp/infra/hive/metastore/src/java/org/apache/hadoop/hive/metastore/hbase/AggrStatsInvalidatorFilter.java:[84,36] cannot find symbol
[ERROR] symbol:   class Cell
[ERROR] location: class org.apache.hadoop.hive.metastore.hbase.AggrStatsInvalidatorFilter
[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
{code}



was (Author: amrk7):
[~stakiar]/[~spena], I am getting build error with hive-metastore if I build rel/release-2.3.2 (https://github.com/apache/hive/tree/rel/release-2.3.2)


{code:java}
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:03 min
[INFO] Finished at: 2017-12-26T00:00:47+05:30
[INFO] Final Memory: 105M/1498M
[INFO] ------------------------------------------------------------------------
[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] /Users/amruth.s/Documents/fk/fdp/infra/hive/metastore/src/java/org/apache/hadoop/hive/metastore/hbase/HBaseReadWrite.java:[31,31] cannot find symbol
[ERROR] symbol:   class Cell
[ERROR] location: package org.apache.hadoop.hbase
[ERROR] /Users/amruth.s/Documents/fk/fdp/infra/hive/metastore/src/java/org/apache/hadoop/hive/metastore/hbase/HBaseReadWrite.java:[32,31] cannot find symbol
[ERROR] symbol:   class HBaseConfiguration
[ERROR] location: package org.apache.hadoop.hbase
[ERROR] /Users/amruth.s/Documents/fk/fdp/infra/hive/metastore/src/java/org/apache/hadoop/hive/metastore/hbase/HBaseReadWrite.java:[33,31] cannot find symbol
[ERROR] symbol:   class HConstants
[ERROR] location: package org.apache.hadoop.hbase
[ERROR] /Users/amruth.s/Documents/fk/fdp/infra/hive/metastore/src/java/org/apache/hadoop/hive/metastore/hbase/VanillaHBaseConnection.java:[26,31] cannot find symbol
[ERROR] symbol:   class TableName
[ERROR] location: package org.apache.hadoop.hbase
[ERROR] /Users/amruth.s/Documents/fk/fdp/infra/hive/metastore/src/java/org/apache/hadoop/hive/metastore/hbase/AggrStatsInvalidatorFilter.java:[25,31] cannot find symbol
[ERROR] symbol:   class CellUtil
[ERROR] location: package org.apache.hadoop.hbase
[ERROR] /Users/amruth.s/Documents/fk/fdp/infra/hive/metastore/src/java/org/apache/hadoop/hive/metastore/hbase/AggrStatsInvalidatorFilter.java:[84,36] cannot find symbol
[ERROR] symbol:   class Cell
[ERROR] location: class org.apache.hadoop.hive.metastore.hbase.AggrStatsInvalidatorFilter
[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
{code}


> Hive 2.3.2 Release Planning
> ---------------------------
>
>                 Key: HIVE-17948
>                 URL: https://issues.apache.org/jira/browse/HIVE-17948
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 2.3.2
>            Reporter: Sahil Takiar
>            Assignee: Sahil Takiar
>             Fix For: 2.3.2
>
>         Attachments: HIVE-17948-branch-2.3.patch, HIVE-17948.2-branch-2.3.patch, HIVE-17948.3-branch-2.3.patch, HIVE-17948.4-branch-2.3.patch
>
>
> Release planning for Hive 2.3.2



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)