Should I be able to "mvn clean install" on the source artifact? I'm seeing blur-core fail with this (ubuntu). Ran it twice, failed twice. LMK, I can file a jira (doesn't need to block the release but seems like something that should work out of the box, no?)
Starting DataNode 0 with dfs.data.dir: target/transaction-recorder-test/dfs/data/data1,target/transaction-recorder-test/dfs/data/data2 ERROR 20130917_14:57:52:052_PDT [main] datanode.DataNode: All directories in dfs.data.dir are invalid. ERROR 20130917_14:57:52:052_PDT [main] datanode.DataNode: All directories in dfs.data.dir are invalid. ERROR 20130917_14:57:52:052_PDT [main] blur.MiniCluster: error opening file system java.lang.NullPointerException at org.apache.hadoop.hdfs.MiniDFSCluster.startDataNodes(MiniDFSCluster.java:426) at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:284) at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:124) at org.apache.blur.MiniCluster.startDfs(MiniCluster.java:443) at org.apache.blur.MiniCluster.startDfs(MiniCluster.java:433) at org.apache.blur.MiniCluster.startDfs(MiniCluster.java:429) at org.apache.blur.manager.writer.TransactionRecorderTest.setup(TransactionRecorderTest.java:63) On Tue, Sep 17, 2013 at 1:50 PM, Chris Rohr <[email protected]> wrote: > +1 > > On Sep 16, 2013, at 10:11 PM, rahul challapalli <[email protected]> > wrote: > >> +1 >> >> >> On Mon, Sep 16, 2013 at 7:07 PM, Aaron McCurry <[email protected]> wrote: >> >>> +1 for me. >>> >>> >>> On Mon, Sep 16, 2013 at 10:01 PM, Aaron McCurry <[email protected]> >>> wrote: >>> >>>> This is the third release candidate for Apache Blur, version >>>> 0.2.0-incubating. >>>> >>>> It fixes the following issues: >>>> http://incubator.apache.org/blur/docs/0.2.0/release-notes.html >>>> >>>> *** Please download, test and vote by [3 working days after sending]. >>>> >>>> Note that we are voting upon the source (tag), binaries are provided for >>>> convenience. >>>> >>>> Source and binary files: >>>> https://dist.apache.org/repos/dist/dev/incubator/blur/0.2.0-incubating/ >>>> >>>> The tag to be voted upon: >>>> >>>> >>> https://git-wip-us.apache.org/repos/asf?p=incubator-blur.git;a=tag;h=8c402a8ea04242f1c727b6157a836f9862f71c4c >>>> >>>> Blur's KEYS file containing PGP keys we use to sign the release: >>>> >>> https://dist.apache.org/repos/dist/dev/incubator/blur/0.2.0-incubating/KEYS >>>> >>> >
