Hi Julian,
I believe this is caused by your space issue, I have faced same issue
with my home laptop (with 99% disk space usage) but the tests have passed
on my office laptop (only 72% disk usage).
Could you please try again with another machine?
Thanks.
Luke
Best Regards!
---------------------
Luke Han
On Wed, Oct 14, 2015 at 3:53 PM, Julian Hyde <[email protected]> wrote:
> I'm using JDK 1.8.0_60 on Ubuntu 15.04. The weird factor in my system
> (given that I am getting out-of-disk-space errors might be that I have
> mounted /tmp using tmpfs (i.e. an in-memory file system). Here is the
> error:
>
> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 29.501
> sec <<< FAILURE! - in
> org.apache.kylin.common.persistence.HBaseResourceStoreTest
>
> testHBaseStoreWithLargeCell(org.apache.kylin.common.persistence.HBaseResourceStoreTest)
> Time elapsed: 29.498 sec <<< ERROR!
> org.apache.hadoop.util.Shell$ExitCodeException: tar:
> 1439963934541/KYLIN_QFV07K356C/part-m-00000: Wrote only 8192 of 10240
> bytes
> tar: 1439963934541/KYLIN_4MHOL6ENVW/part-m-00000: Cannot write: No
> space left on device
> tar: 1439963934541/KYLIN_IV9WKJ5W8Q/part-m-00000: Cannot write: No
> space left on device
> tar: 1439963934541/kylin_metadata/part-m-00000: Cannot write: No space
> left on device
> tar: 1439963934541/KYLIN_II_M8FZGVH8CG/part-m-00001: Cannot write: No
> space left on device
> tar: 1439963934541/KYLIN_II_M8FZGVH8CG/part-m-00002: Cannot write: No
> space left on device
> tar: 1439963934541/KYLIN_II_M8FZGVH8CG/part-m-00000: Cannot write: No
> space left on device
> tar: 1439963934541/KYLIN_II_M8FZGVH8CG/part-m-00003: Cannot write: No
> space left on device
> tar: 1439963934541/KYLIN_YXAL1R8C22/part-m-00000: Cannot write: No
> space left on device
> tar: 1439963934541/KYLIN_XJZ3HI1FGM/part-m-00000: Cannot write: No
> space left on device
> tar: Exiting with failure status due to previous errors
>
> at org.apache.hadoop.util.Shell.runCommand(Shell.java:538)
> at org.apache.hadoop.util.Shell.run(Shell.java:455)
> at
> org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:715)
> at org.apache.hadoop.fs.FileUtil.unTarUsingTar(FileUtil.java:675)
> at org.apache.hadoop.fs.FileUtil.unTar(FileUtil.java:651)
> at
> org.apache.kylin.common.util.HbaseImporter.importHBaseData(HbaseImporter.java:64)
> at
> org.apache.kylin.common.util.HBaseMiniclusterHelper.startupMiniClusterAndImportData(HBaseMiniclusterHelper.java:123)
> at
> org.apache.kylin.common.util.HBaseMiniclusterHelper.startupMinicluster(HBaseMiniclusterHelper.java:72)
> at
> org.apache.kylin.common.util.HBaseMetadataTestCase.staticCreateTestMetadata(HBaseMetadataTestCase.java:55)
> at
> org.apache.kylin.common.util.HBaseMetadataTestCase.createTestMetadata(HBaseMetadataTestCase.java:42)
> at
> org.apache.kylin.common.persistence.HBaseResourceStoreTest.setup(HBaseResourceStoreTest.java:47)
>
> testHBaseStore(org.apache.kylin.common.persistence.HBaseResourceStoreTest)
> Time elapsed: 0.003 sec <<< ERROR!
> java.lang.IllegalStateException: A mini-cluster is already running
> at
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:871)
>
> Julian
>
>
> On Wed, Oct 14, 2015 at 12:18 AM, Luke Han <[email protected]> wrote:
> > Hi Julian,
> > Are you using Windows machine? There's know issue when run test with
> > Windows.
> >
> >
> > Thanks.
> >
> >
> > Best Regards!
> > ---------------------
> >
> > Luke Han
> >
> > On Wed, Oct 14, 2015 at 1:38 PM, Julian Hyde <[email protected]> wrote:
> >
> >> Ah, that fixed it. Thanks, I should have known.
> >>
> >> Now, 2 test failures:
> >>
> >> Tests in error:
> >> HBaseResourceStoreTest.testHBaseStoreWithLargeCell » Remote File
> >> /tmp/hadoop-y...
> >>
> >>
> HBaseResourceStoreTest.setup:47->HBaseMetadataTestCase.createTestMetadata:42->HBaseMetadataTestCase.staticCreateTestMetadata:55
> >> » IllegalState
> >>
> >> Tests run: 20, Failures: 0, Errors: 2, Skipped: 3
> >>
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] Reactor Summary:
> >> [INFO]
> >> [INFO] Kylin:HadoopOLAPEngine ............................ SUCCESS [
> >> 1.273 s]
> >> [INFO] Kylin:AtopCalcite ................................. SUCCESS [
> >> 1.743 s]
> >> [INFO] Kylin:Common ...................................... FAILURE
> [14:34
> >> min]
> >>
> >> I'm going to re-run to see whether it was an intermittent failure.
> >>
> >> Julian
> >>
> >>
> >> On Tue, Oct 13, 2015 at 9:49 PM, Shi, Shaofeng <[email protected]>
> wrote:
> >> > Hi Julian,
> >> >
> >> > Did you download my pub key from the gpg server, as below:
> >> >
> >> > wget https://people.apache.org/keys/committer/shaofengshi.asc
> >> > cat shaofengshi.asc | head
> >> > gpg --recv-keys 6FCF4720
> >> >
> >> >
> >> > Once the key is installed in local, you can run gpg to verify the
> >> package:
> >> >
> >> > gpg --verify apache-kylin-1.1-incubating-src.tar.gz.asc
> >> > gpg: assuming signed data in 'apache-kylin-1.1-incubating-src.tar.gz'
> >> > gpg: Signature made Fri Oct 9 18:06:51 2015 CST using RSA key ID
> >> 6FCF4720
> >> > gpg: Good signature from "Shaofeng Shi <[email protected]>"
> >> [ultimate]
> >> >
> >> >
> >> >
> >> >
> >> > On 10/14/15, 12:28 PM, "Julian Hyde" <[email protected]> wrote:
> >> >
> >> >>I am having a problem with the signing key:
> >> >>
> >> >>$ gpg --verify
> >>
> >>
> >>apache-kylin-1.1-incubating-rc1/apache-kylin-1.1-incubating-src.tar.gz.asc
> >> >>gpg: assuming signed data in
> >>
> >>`apache-kylin-1.1-incubating-rc1/apache-kylin-1.1-incubating-src.tar.gz'
> >> >>gpg: Signature made Fri 09 Oct 2015 03:06:51 AM PDT using RSA key ID
> >> >>6FCF4720
> >> >>gpg: Can't check signature: public key not found
> >> >>
> >> >>-1 (binding)
> >> >>
> >> >>Did anyone else have this problem? I am not an expert on PGP. If I am
> >> >>mistaken I will change my vote.
> >> >>
> >> >>Julian
> >> >>
> >> >>
> >> >>On Tue, Oct 13, 2015 at 8:11 PM, Dayue Gao <[email protected]> wrote:
> >> >>> +1 binding
> >> >>>
> >> >>> All unit tests passed.
> >> >>> MD5 & SHA1 checksum verified.
> >> >>>
> >> >>>> 在 2015年10月10日,上午11:57,ShaoFeng Shi <[email protected]> 写道:
> >> >>>>
> >> >>>> Hi all,
> >> >>>>
> >> >>>>
> >> >>>> I have created a build for Apache Kylin 1.1-incubating, release
> >> >>>>candidate 1.
> >> >>>>
> >> >>>>
> >> >>>> Thanks to everyone who has contributed to this release.
> >> >>>>
> >> >>>> Here’s release notes:
> >> >>>>
> >> >>>>
> >> >>>>
> >>
> https://github.com/apache/incubator-kylin/blob/v1.1-release/website/_doc
> >> >>>>s/release_notes.md
> >> >>>>
> >> >>>>
> >> >>>> The commit to be voted upon:
> >> >>>>
> >> >>>>
> >> >>>>
> >> >>>>*
> >> https://github.com/apache/incubator-kylin/commit/1955a2f9aea7b7f608f049
> >> >>>>6c00807715ea4246a5
> >> >>>>
> >> >>>><
> >> https://github.com/apache/incubator-kylin/commit/1955a2f9aea7b7f608f049
> >> >>>>6c00807715ea4246a5>*
> >> >>>>
> >> >>>> Its hash is 1955a2f9aea7b7f608f0496c00807715ea4246a5.
> >> >>>>
> >> >>>>
> >> >>>> The artifacts to be voted on are located here:
> >> >>>>
> >> >>>>
> >> >>>>
> >>
> https://dist.apache.org/repos/dist/dev/incubator/kylin/apache-kylin-1.1-
> >> >>>>incubating-rc1
> >> >>>>
> >> >>>>
> >> >>>> The hashes of the artifacts are as follows:
> >> >>>>
> >> >>>> src.tar.gz.md5 18dfbb012e1eb807b1a5c1b134a537aa
> >> >>>>
> >> >>>> src.tar.gz.sha1 041ee010c67a0b5611d9dd06f7fd6f37388c5374
> >> >>>>
> >> >>>>
> >> >>>> A staged Maven repository is available for review at:
> >> >>>>
> >> >>>>
> >> https://repository.apache.org/content/repositories/orgapachekylin-1012/
> >> >>>>
> >> >>>>
> >> >>>> Release artifacts are signed with the following key:
> >> >>>>
> >> >>>> https://people.apache.org/keys/committer/shaofengshi.asc
> >> >>>>
> >> >>>>
> >> >>>> Please vote on releasing this package as Apache Kylin
> 1.1-incubating.
> >> >>>>
> >> >>>>
> >> >>>> The vote is open for the next 72 hours and passes if a majority of
> >> >>>>
> >> >>>> at least three +1 PPMC votes are cast.
> >> >>>>
> >> >>>>
> >> >>>> [ ] +1 Release this package as Apache Kylin 1.1-incubating
> >> >>>>
> >> >>>> [ ] 0 I don't feel strongly about it, but I'm okay with the
> release
> >> >>>>
> >> >>>> [ ] -1 Do not release this package because...
> >> >>>>
> >> >>>>
> >> >>>>
> >> >>>> Here is my vote:
> >> >>>>
> >> >>>>
> >> >>>> +1 (binding)
> >> >>>>
> >> >>>>
> >> >>>> --
> >> >>>>
> >> >>>> Regards,
> >> >>>>
> >> >>>>
> >> >>>> Shaofeng, Shi
> >> >>>>
> >> >>>> [email protected]
> >> >>>
> >> >>>
> >> >
> >>
>