You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@griffin.apache.org by "Infosys (JIRA)" <ji...@apache.org> on 2018/12/11 12:53:00 UTC

[jira] [Created] (GRIFFIN-223) "Post to livy error. 401 Credentials missing or Auth is not Basic"

Infosys created GRIFFIN-223:
-------------------------------

             Summary: "Post to livy error. 401 Credentials missing or Auth is not Basic"
                 Key: GRIFFIN-223
                 URL: https://issues.apache.org/jira/browse/GRIFFIN-223
             Project: Griffin (Incubating)
          Issue Type: Bug
    Affects Versions: 0.2.0-incubating
         Environment: Azure HDInsight
            Reporter: Infosys
             Fix For: 0.2.0-incubating


Hi

We are getting error ""Post to livy error. 401 Credentials missing or Auth is not Basic" for Griffin installed on Azure with HDInsight Cluster. below curl command is successful but we are unable to get Livy working.

 

curl -k --user "admin:admin" -v -H "Content-Type: application/json" -X POST -d '\{ "file":"wasb://xxxxxx-2018-12-03t10-33-18-861z@xxxxxx.blob.core.windows.net/apps/griffin-measure.jar", "className":"org.apache.griffin.measure.Application" }' "https://xxxxxx.azurehdinsight.net/livy/batches" -H "X-Requested-By: admin"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)