On Fri, Jun 17, 2016 at 11:38 AM, Alan Gates <[email protected]> wrote: > A couple of issues: > > 1) The package contains binary image files. I’m not 100% certain if this is > acceptable in a source release or not, though my understanding is that binary > files are discouraged if not banned. Given that these are part of the site > code, which doesn’t seem like it needs to be in the release anyway, it seems > better to leave these out. I would do this by leaving the whole site > directory out of the release package.
Both doc/image and doc/site contains binary image files. We need to exclude the entire doc directory. But that should be fine since we are doing that in Pig source distribution. > > 2) When I try to build it, it fails. I get: The build command should be mvn install -Phbase-0 or mvn install -Phbase-1 The instruction on the git wiki page is wrong. I don't have permission to edit that page, anyone can help? We also need to switch to Apache cwiki, though I don't think it would block the release. > > [INFO] ------------------------------------------------------------- > [ERROR] COMPILATION ERROR : > [INFO] ------------------------------------------------------------- > [ERROR] > /Users/gates/tmp/omid/apache-omid-incubating-0.8.2.0-src/hbase-tools/src/main/java/org/apache/omid/tools/hbase/OmidTableManager.java:[33,23] > cannot find symbol > symbol: class HBaseShims > location: package org.apache.omid > [ERROR] > /Users/gates/tmp/omid/apache-omid-incubating-0.8.2.0-src/hbase-tools/src/main/java/org/apache/omid/tools/hbase/OmidTableManager.java:[153,13] > cannot find symbol > symbol: variable HBaseShims > location: class org.apache.omid.tools.hbase.OmidTableManager > > I’m on a mac with: > gates> java -version > Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true > java version "1.8.0_91" > Java(TM) SE Runtime Environment (build 1.8.0_91-b14) > Java HotSpot(TM) 64-Bit Server VM (build 25.91-b14, mixed mode) > > and I ran: > mvn -Dmaven.repo.local=/Users/gates/tmp/omid/m2/ install > > (Note the use of a local repo here, which may play into the issue.) > > Alan. >> On Jun 16, 2016, at 16:50, Daniel Dai <[email protected]> wrote: >> >> Hi, >> >> Here's the Apache Omid 0.8.2.0 RC4 now available for a vote >> within dev community. >> >> Changes from RC3 >> [+] Add reference to Yahoo code in NOTICE file >> [+] Add DISCLAIMER file >> >> Links to various release artifacts are given below. Please review and vote. >> >> The vote will be open for at least 72 hours and until necessary number of >> votes are reached. >> [ ] +1 approve >> [ ] +0 no opinion >> [ ] -1 disapprove (and reason why) >> >> Git tag for the release: >> https://git-wip-us.apache.org/repos/asf?p=incubator-omid.git;a=tag;h=7b90b348047474ed658ee58e0ada6d50ad3e065d >> >> Sources for the release: >> http://people.apache.org/~daijy/omid-incubating-0.8.2.0-rc4/apache-omid-incubating-0.8.2.0-src.tgz >> >> Source release verification: >> PGP Signature: >> http://people.apache.org/~daijy/omid-incubating-0.8.2.0-rc4/apache-omid-incubating-0.8.2.0-src.tgz.asc >> >> MD5 Hash: >> http://people.apache.org/~daijy/omid-incubating-0.8.2.0-rc4/apache-omid-incubating-0.8.2.0-src.tgz.md5 >> >> Keys to verify the signature of the release artifact are available at: >> http://people.apache.org/~daijy/omid-incubating-0.8.2.0-rc4/KEYS >> >> The vote will close on Sunday EOD, June 19th 2016 >> >> Thanks, >> Daniel >
