I'm not seeing this.
when I reverted

-  public static BigDecimal enforcePrecisionScale(BigDecimal bd, int 
maxPrecision, int maxScale) {
+  private static BigDecimal enforcePrecisionScale(BigDecimal bd, int 
maxPrecision, int maxScale) {

It builds fine

I made https://issues.apache.org/jira/browse/HIVE-12035 with this change.

From: Xuefu Zhang <xzh...@cloudera.com<mailto:xzh...@cloudera.com>>
Date: Monday, October 5, 2015 at 11:44 AM
To: Eugene Koifman <ekoif...@hortonworks.com<mailto:ekoif...@hortonworks.com>>
Cc: "dev@hive.apache.org<mailto:dev@hive.apache.org>" 
<dev@hive.apache.org<mailto:dev@hive.apache.org>>, Szehon Ho 
<sze...@cloudera.com<mailto:sze...@cloudera.com>>
Subject: Re: branch-1 build broken

It seems being caused by HIVE-11835. However, I cannot build branch-1 even 
without the patch. Any idea?

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (default) on 
project hive-metastore: Failed to resolve dependencies for one or more projects 
in the reactor. Reason: Missing:
[ERROR] ----------
[ERROR] 1) com.twitter:parquet-hadoop-bundle:jar:1.7.0
[ERROR]
[ERROR] Try downloading the file manually from the project website.
[ERROR]
[ERROR] Then, install it using the command:
[ERROR] mvn install:install-file -DgroupId=com.twitter 
-DartifactId=parquet-hadoop-bundle -Dversion=1.7.0 -Dpackaging=jar 
-Dfile=/path/to/file
[ERROR]


On Mon, Oct 5, 2015 at 11:22 AM, Eugene Koifman 
<ekoif...@hortonworks.com<mailto:ekoif...@hortonworks.com>> wrote:
Hi,
https://github.com/apache/hive/commit/01b55f4aad72e3efb3f3165ab41deeeb81908453

broke the build on branch-1


[INFO] -------------------------------------------------------------

[INFO] -------------------------------------------------------------

[ERROR] COMPILATION ERROR :

[INFO] -------------------------------------------------------------

[ERROR] 
/Users/ekoifman/dev/hiverwgit/serde/src/java/org/apache/hadoop/hive/serde2/typeinfo/HiveDecimalUtils.java:[43,32]
 cannot find symbol

  symbol:   method enforcePrecisionScale(java.math.BigDecimal,int,int)

  location: class org.apache.hadoop.hive.common.type.HiveDecimal

[INFO] 1 error

[INFO] -------------------------------------------------------------

[INFO] ------------------------------------------------------------------------

[INFO] Reactor Summary:

[INFO]

[INFO] Hive ............................................... SUCCESS [  1.699 s]

[INFO] Hive Shims Common .................................. SUCCESS [  2.444 s]

[INFO] Hive Shims 0.20S ................................... SUCCESS [  0.822 s]

[INFO] Hive Shims 0.23 .................................... SUCCESS [  3.011 s]

[INFO] Hive Shims Scheduler ............................... SUCCESS [  0.736 s]

[INFO] Hive Shims ......................................... SUCCESS [  0.817 s]

[INFO] Hive Common ........................................ SUCCESS [  3.554 s]

[INFO] Hive Serde ......................................... FAILURE [  2.395 s]

[INFO] Hive Metastore ..................................... SKIPPED

[INFO] Hive Ant Utilities ................................. SKIPPED


Reply via email to