Hi All, I have been trying to configure the ZK Statestore for the Standalone cluster, I have been getting the issue as the "zk" alias was not resolved by the ClassAlaisResolver. There are multiple classes with the "zk" alias, one being ZkDatasetStateStoreFactory and the other one ZkStateStoreFactory, the ZkStateStoreFactory which is packaged with the gobblin-helix.jar is not present in the distribution and thus leading to class not found exception. I verify this by manually copying the gobblin-helix.jar to the $GOBBLIN_HOME/lib, things started working after I did this.
This look a bug to be which can be fixed by modifying the build by copying the gobblin-helix related jar to the distribution. I would like to hear if anyone else out there is using the zk statestore and have experienced this issue before raising a JIRA. Thanks, Vicky
