Sreenath Somarajapuram

Results 3 comments of Sreenath Somarajapuram

@Amlesh1902 @doktoric As you can see in the CSD, the service is supported from CDH v7.2.13 and above. https://github.infra.cloudera.com/Starship/cmf/blob/cdpd-master/csd/QUERY_PROCESSOR/src/descriptor/service.sdl#L13 As 7.2.13 was scrapped, we went with 7.2.14. But other than...

I was able to prevent the warning by importing from **index** in my typescript project! ``` import JSONEditor from "jsoneditor/index"; ```