This message was deleted.
# troubleshooting
s
This message was deleted.
l
Also while trying to load the data natively, i get the following error
Copy code
curl -X 'POST' -H 'Content-Type:application/json' -d @/home/ubuntu/druid/imply-2022.01.3-LTS/quickstart/wikipedia-index.json <http://localhost:8090/druid/indexer/v1/task>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 401 Unauthorized</title>
</head>
<body><h2>HTTP ERROR 401 Unauthorized</h2>
<table>
<tr><th>URI:</th><td>/druid/indexer/v1/task</td></tr>
<tr><th>STATUS:</th><td>401</td></tr>
<tr><th>MESSAGE:</th><td>Unauthorized</td></tr>
<tr><th>SERVLET:</th><td>default</td></tr>
</table>

</body>
</html>