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

ASF subversion and git services commented on IMPALA-7316:
---------------------------------------------------------

Commit 316b17ac55adb3d1deeb1289b4045688269b201d in impala's branch 
refs/heads/master from [~fredyw]
[ https://git-wip-us.apache.org/repos/asf?p=impala.git;h=316b17a ]

IMPALA-7329: Blacklist CDH Maven snapshots repository

The Impala development bootstrapping depends on CDH Maven snapshots
which transitively pull dependencies from other repositories which
can cause the build to be non-reproducible, e.g. IMPALA-7316. This
patch makes the build to be reproducible by blacklisting
cdh.snapshots.repo so that Maven does not accidentally downloads the
latest CDH snapshots when running a build, which can cause
incompatibility issues.

Testing:
- Ran core tests with CDH_BUILD_NUMBER=422770 and did not hit the
  issue described in IMPALA-7316

Change-Id: Id945bc2769f92f3df3bb4f617b00db77a6502ff3
Reviewed-on: http://gerrit.cloudera.org:8080/10999
Reviewed-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>


> Fix broken build due to Hadoop JAR mismatch
> -------------------------------------------
>
>                 Key: IMPALA-7316
>                 URL: https://issues.apache.org/jira/browse/IMPALA-7316
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 3.0
>            Reporter: Fredy Wijaya
>            Assignee: Fredy Wijaya
>            Priority: Blocker
>              Labels: broken-build
>             Fix For: Impala 3.1.0
>
>
> {noformat}
> I0718 10:03:13.658380 23734 jni-util.cc:230] java.lang.NoClassDefFoundError: 
> org/apache/hadoop/fs/Options$ChecksumCombineMode
>     at 
> org.apache.hadoop.hdfs.client.impl.DfsClientConf.getChecksumCombineModeFromConf(DfsClientConf.java:314)
>     at 
> org.apache.hadoop.hdfs.client.impl.DfsClientConf.<init>(DfsClientConf.java:184)
>     at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:302)
>     at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:286)
>     at 
> org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java:167)
>     at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:3288)
>     at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:123)
>     at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:3337)
>     at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:3305)
>     at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:476)
>     at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:225)
>     at 
> org.apache.impala.service.JniFrontend.checkFileSystem(JniFrontend.java:778)
>     at 
> org.apache.impala.service.JniFrontend.checkConfiguration(JniFrontend.java:690)
> I0718 10:03:13.659090 23734 status.cc:125] NoClassDefFoundError: 
> org/apache/hadoop/fs/Options$ChecksumCombineMode
>     @          0x1951b3a
>     @          0x1ff307f
>     @          0x1e9ec51
>     @          0x1eba8bb
>     @          0x1eb6df2
>     @          0x190d4bf
>     @     0x7fe6e95bf82f
>     @          0x190d338
> E0718 10:03:13.659101 23734 impala-server.cc:289] NoClassDefFoundError: 
> org/apache/hadoop/fs/Options$ChecksumCombineMode
> E0718 10:03:13.659122 23734 impala-server.cc:292] Aborting Impala Server 
> startup due to improper configuration. Impalad exiting. 
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to