Github user roshannaik commented on a diff in the pull request:
https://github.com/apache/storm/pull/1942#discussion_r101703840
--- Diff:
external/storm-hdfs/src/main/java/org/apache/storm/hdfs/spout/HDFSSpout.java ---
@@ -105,87 +105,87 @@
private String configKey = Configs.DEFAULT_HDFS_CONFIG_KEY; // key for
hdfs Kerberos configs
- public HdfsSpout() {
+ public HDFSSpout() {
}
- public HdfsSpout setHdfsUri(String hdfsUri) {
+ public HDFSSpout setHdfsUri(String hdfsUri) {
this.hdfsUri = hdfsUri;
return this;
}
- public HdfsSpout setReaderType(String readerType) {
+ public HDFSSpout setReaderType(Class<? extends FileReader> readerType) {
--- End diff --
Looks like you are removing support for aliases. Is that right ?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---