Priyank Shah

Results 13 issues of Priyank Shah

Currently, we do not support deleting a schema metadata at top level. This issue is created to provide such an API that will delete schema metadata and all related data...

Corresponding to the API created for https://github.com/hortonworks/registry/issues/509 we need to add a UI control in SR UI that will first warn the user and if user still goes ahead, then...

enhancement

We enabled Knox SSO in common-auth in registry project at https://github.com/hortonworks/registry/commit/d1413a7cb6a126fc19217cd4419fb3fc82a7c6b7#diff-d3965d90ac90224d809c93526c0dfe96 After that change, SAM can have authentication using Kerberos or Knox SSO. There is a small fix needed in...

Change-Id: I788f12ffb4e0e673d5c6edbfad90e43b9d401a6b

If user creates an environment by picking HBase/Hive from an HDP cluster added via ambari then HDFS from same cluster should automatically added by UI to the environment. Reason is...

As per the discussion here https://github.com/hortonworks/streamline/pull/963#discussion_r144694050

This issue is raised as a follow up to the discussion that took place at https://github.com/hortonworks/streamline/pull/775 Avro schema with null fields should be handled correctly and a contract should be...

bug

We need to provide a way so users can optionally specify the path for the messages that dont adhere to the format as specified in the SR schema. One approach...

enhancement

Currently, in Rules processor we allow users to create a rule. One of the conditions that users could could want is `field null`. Since it translates to storm sql under...

bug

Currently, Rules processor does not let you create a rule such that fieldA - fieldB < 10 We should be able to do such comparisons. I think we should add...

enhancement