我正在使用我組織的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