Skip to content
This repository was archived by the owner on Apr 4, 2021. It is now read-only.

Conversation

@bvellanki
Copy link
Contributor

…ception.


public CatalogStorage(Cluster cluster, CatalogTable table) throws URISyntaxException {
this(ClusterHelper.getInterface(cluster, Interfacetype.REGISTRY).getEndpoint(), table);
verifyAndUpdateConfiguration(getConf());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need it here. verifyAndUpdateConfiguration is already called in CatalogStorage(String catalogUrl, CatalogTable table).

parseFeedUri(tableUri);
}

private void verifyAndUpdateConfiguration(Configuration conf) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you move this to be under all the CatalogStorage functions?

@ying-eng
Copy link
Contributor

+1

1 similar comment
@vrangan
Copy link

vrangan commented Apr 27, 2016

+1

@PraveenAdlakha
Copy link
Contributor

+1 LGTM

@asfgit asfgit closed this in 123391d Apr 27, 2016
pallavi-rao pushed a commit to pallavi-rao/falcon that referenced this pull request Feb 16, 2018
…ception

…ception.

Author: bvellanki <bvellanki@hortonworks.com>

Reviewers: " Praveen Adlakha <adlakha.praveen@gmail.com>, yzheng-hortonworks <yzheng@hortonworks.com>, Venkat Ranganathan <venkat@hortonworks.com>"

Closes apache#117 from bvellanki/FALCON-1909
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants