Bin Fan

Results 11 issues of Bin Fan

### What is this PR for? Zeppelin provides an Alluxio interpreter compiled with Alluxio client v1.0.0, which was released about two years ago. Alluxio 1.0.0 client will not work with...

### What changes are proposed in this pull request? Correct location of AlluxioFuseRestServiceHandler

### What changes are proposed in this pull request? With new DORA architecture, block worker is replaced by dora worker. This is one of a set of cleanup PRs, focusing...

### What changes are proposed in this pull request? Define internal dependencies in DependencyManagement to prevent the use of unnecessary or incorrect `${project.version}` in individual pom files. ### Why are...

type-code-quality

In https://github.com/Alluxio/alluxio/blob/8f74e6584b6d2d71be3a3737057808b6f77c44ae/core/server/master/src/main/java/alluxio/master/file/activesync/ActiveSyncManager.java#L105 Fix "Constructs a Active Sync Manager" to be "Constructs an Active Sync Manager"

https://github.com/Alluxio/alluxio/blob/0dfa1615292a5c1adca7023a5f1330110df82482/core/client/hdfs/src/main/java/alluxio/hadoop/AbstractFileSystem.java#L723 "a Alluxio Uri" -> "an Alluxio Uri"

In https://github.com/Alluxio/alluxio/blob/95d69b2e7f0651f2c5fb01dca3fe54bde861c993/core/common/src/main/java/alluxio/underfs/ObjectUnderFileSystem.java#L290, change it to "Gets the combined result from all batches."

In https://github.com/Alluxio/alluxio/blob/95d69b2e7f0651f2c5fb01dca3fe54bde861c993/core/common/src/main/java/alluxio/underfs/ObjectUnderFileSystem.java#L275 change to "Adds a new input to be operated on"

https://github.com/Alluxio/alluxio/blob/2aa7d4b65d08f3a58b2232a0f6eeadaeebd7fe6d/shell/src/main/java/alluxio/cli/bundler/command/AbstractCollectInfoCommand.java#L61 ``` LOG.debug("Command {} works in {}", this.getCommandName(), workingDirPath); ```

https://github.com/Alluxio/alluxio/blob/60102fdc4fbce87b236ddecf483284945fbfd5e0/hub/server/src/main/java/alluxio/hub/manager/process/ManagerProcessContext.java#L393 There are a few wrong references to error in logging, like `LOG.error("Error connecting to hosted hub {}", e);` should be `LOG.error("Error connecting to hosted hub: ", e);`, See more...