Erik Krogen

Results 46 comments of Erik Krogen

Is this an official release? The documentation links you updated ([such as this one](https://avro.apache.org/docs/1.11.1/spec.html#schema_record)) give a 404 error and I don't see Avro 1.11.1 listed on the [Avro Releases page](https://avro.apache.org/releases.html).

+1 for using playlists as a source as well as a rule (e.g. to create a playlist which is a filtered view of another playlist, or a playlist which is...

@Shpigford I'm interested in contributing this feature, though I have a slightly different (and more broad) use case than what's been described above. My most common need for dynamic playlists...

Great find, thanks @jojochuang ! And sorry for the delay in my response. I think the current logic is a little more verbose than necessary, can we just use [Math#floorMod()](https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#floorMod-long-long-)?

Hey @jojochuang , I put up a patch using `Math.floorMod()` to make the logic cleaner in PR #83. Can you take a look and see if you think it looks...

Hi @pingsutw , good point, I am tracking all of the issues that need to be migrated from GitHub to JIRA in HDFS-14643. I've included this one there.

Hi @pingsutw , I actually don't agree that this is correct. Here is the original code: ``` Preconditions.checkArgument(resource.getType() == LocalResourceType.ARCHIVE || srcPaths.length == 1, "Can only specify multiple source paths...

Great find, thanks @jojochuang ! Sorry for the delay in my response. Two questions: * Why is the comparator a `Comparator` instead of `Comparator`? * Will this have any performance...

I'm hesitant to merge this given that the consensus reached on [HDFS-13671: Namenode deletes large dir slowly caused by FoldedTreeSet#removeAndGet](https://issues.apache.org/jira/browse/HDFS-13671) regarding the changes in [HDFS-9260](https://issues.apache.org/jira/browse/HDFS-9260) seems to be to revert...