Erik Krogen

Results 48 comments of Erik Krogen

Thanks for reporting this @fengnanli ! I think I asked before but I don't remember your answer, was this running within a secure environment using LinuxContainerExecutor / cgroups? I think...

Hi @pingsutw , besides some standard Unix utilities like `tar`, nothing needs to be preinstalled. Can you try running `./gradlew build --info` to get more debug output? Please note that...

Sorry for taking so long to address this, it slipped past me. Can you take a look at PR #90?

Hi @novosibman , thanks for the detailed information! ``` 19/10/18 04:00:03 INFO dynamometer.Client: Waiting for UnderReplicatedBlocks to fall below 1.02... 19/10/18 04:00:03 INFO dynamometer.Client: Number of under replicated blocks: 102.00...

Great, so it looks like the Dyno-HDFS cluster is working as expected. Your workload MapReduce job is not actually leveraging YARN at all. Is your `mapreduce.framework.name` configured to be `yarn`?

Thanks for trying to tackle this issue! Actually @shvachko and I discussed this potential issue long ago but had not observed problems in practice; I guess it is made much...

I am suggesting that we would also modify `QuorumJournalManager#selectInputStreams()` like: ``` try { Collection rpcStreams = new ArrayList(); selectRpcInputStreams(rpcStreams, fromTxnId, onlyDurableTxns); streams.addAll(rpcStreams); return; } catch (NewerTxnIdException ntie) { // normal...

I will let @jojochuang take the lead on this one since he has already been participating in discussion on the Jira; I'm not too sure what the right path forward...

Just reduced verbosity: https://www.javaworld.com/article/2074080/core-java/jdk-7--the-diamond-operator.html On Mon, May 21, 2018 at 1:42 PM mkumar1984 wrote: > *@mkumar1984* commented on this pull request. > ------------------------------ > > In plugins/jobtype/src/azkaban/jobtype/tuning/TuningErrorHandler.java > > :...