我正在使用我组织的Azure数据目录。我不是Catalog的创建者/管理员/所有者,但我可以从Web界面注册/删除目录。 我想为Azure Data Catalog使用rest API。我的等级是否可以? 我遵循了https://msdn.microsoft.com/en-us/library/mt428033.aspx所有步骤,并写了下面的一段代码: class Program
{
此处我试图从Data Lake Store中的数据资产注册到Azure数据目录中。 我试图获得Azure的数据目录,我会随后在头设置如下 request.setRequestProperty("Authorization","Bearer "+accesstoken);
代码我使用获得令牌 //This method sends request and gets the reponse
pu