Madhan Neethiraj

Results 34 comments of Madhan Neethiraj

@aloklal99 - after recent Apache-wide changes, accessing review board requires an Apache ID - which is available only for committers. Git pull seems to be the best alternate. Until we...

@chia7712 - dev-support/ranger-docker directory has updated setup to build and run Ranger in docker container. I suggest to use this instead of build_ranger_using_docker.sh.

Fix merged via https://issues.apache.org/jira/browse/ATLAS-4227.

@xinda77 - can you please file a JIRA in https://issues.apache.org/jira/ with details of the issue?

@JavaLover4Ricky - your suggestion sounds good. Do you want to file a JIRA and create a patch? Thanks!

@ZepHakase22 - instead of adding new REST endpoints (for /servicetype/{serviceType}), I suggest to recognize "serviceType" parameter in FilterUtil.getPredicateFromSearchFilter(SearchFilter filter) so that all methods that use SearchFilter will apply this filter.

bq. Furthermore, DELETE, obviously needs a separate code. For DELETE by service-type, I would suggest to have the client to perform the following: - retrieve the typedefs, filtered-by service-type -...

bq. moving the work on the client only works if you use the ATLAS API. If for example I use json scripts and curl I have to do all the...

> I didn't understand if you propose to add new REST APIs by type /enumdef /servicetype/hive for example) I propose no new APIs. Simply enhance existing APIs at /typedefs and...

@ZepHakase22 - yes, you are right. The changes in pull request for ATLAS-3180 (https://github.com/apache/atlas/pull/49/) looks good. I will merge that patch shortly. Thanks!