[
https://issues.apache.org/jira/browse/KNOX-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14612571#comment-14612571
]
Larry McCay edited comment on KNOX-563 at 7/2/15 9:47 PM:
----------------------------------------------------------
You must provide user credentials on the command line for the curl call via -u
username:password - you must also have the LDAP server running. Please
following the instructions in the docs.
This is really a topic that should be had on the user@ list rather than having
a bug filed.
We will file a separate bug representing the problem that you encountered with
no providers configured.
was (Author: lmccay):
You must provide user credentials on the command line for the curl call via "-u
{username}:{password}" - you must also have the LDAP server running. Please
following the instructions in the docs.
This is really a topic that should be had on the user@ list rather than having
a bug filed.
We will file a separate bug representing the problem that you encountered with
no providers configured.
> Unable to validate knox topology service
> ----------------------------------------
>
> Key: KNOX-563
> URL: https://issues.apache.org/jira/browse/KNOX-563
> Project: Apache Knox
> Issue Type: Bug
> Reporter: Aneela Saleem
>
> I'm using this command to validate 'webhdfs' service provided by knox:
> curl -vk
> https://localhost:8443/gateway/cluster1/webhdfs/v1?op=GETHOMEDIRECTORY
> I get the foloowing response:
> > GET /gateway/cluster1/webhdfs/v1?op=GETHOMEDIRECTORY HTTP/1.1
> > User-Agent: curl/7.35.0
> > Host: localhost:8443
> > Accept: */*
> >
> < HTTP/1.1 401 Unauthorized
> Attached is my topology descriptor file i.e., cluster1.xml
> How can i fix the issue?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)