You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2021/02/22 10:17:29 UTC

[GitHub] [bigtop] iwasakims commented on pull request #740: BIGTOP-3506. Update hadoop-httpfs resources based on hadoop-3.

iwasakims commented on pull request #740:
URL: https://github.com/apache/bigtop/pull/740#issuecomment-783263199


   I tested this by following command on CentOS 8. `--smoke-tests httpfs` seems not to work since there is no resouces under bigtop-tests/smoke-tests/https while there is code under bigtop-tests/test-artifacts/httpfs.
   
   ```
   $ ./docker-hadoop.sh \
      --create 1 \
      --image bigtop/puppet:trunk-centos-8 \
      --memory 16g \
      --repo file:///bigtop-home/output \
      --disable-gpg-check \
      --stack hdfs,httpfs
   
   $ ./docker-hadoop.sh --exec 1 curl -i GET "http://localhost:14000/webhdfs/v1/?user.name=root&op=LISTSTATUS"
   curl: (6) Could not resolve host: GET
   HTTP/1.1 200 OK
   Date: Mon, 22 Feb 2021 10:06:46 GMT
   Cache-Control: no-cache
   Expires: Mon, 22 Feb 2021 10:06:46 GMT
   Date: Mon, 22 Feb 2021 10:06:46 GMT
   Pragma: no-cache
   Content-Type: application/json
   X-Content-Type-Options: nosniff
   X-XSS-Protection: 1; mode=block
   Set-Cookie: hadoop.auth="u=root&p=root&t=simple-dt&e=1614024406086&s=zDyncElMPPUnIvcqbuahEUuNfKl0etD2EIQlrGfJ2h8="; Path=/; HttpOnly
   Transfer-Encoding: chunked
   
   {"FileStatuses":{"FileStatus":[{"pathSuffix":"apps","type":"DIRECTORY","length":0,"owner":"hdfs","group":"hadoop","permission":"755","accessTime":0,"modificationTime":1613987721791,"blockSize":0,"replication":0,"childrenNum":1,"fileId":16415,"storagePolicy":0},{"pathSuffix":"benchmarks","type":"DIRECTORY","length":0,"owner":"hdfs","group":"hadoop","permission":"777","accessTime":0,"modificationTime":1613987721651,"blockSize":0,"replication":0,"childrenNum":0,"fileId":16394,"storagePolicy":0},{"pathSuffix":"hbase","type":"DIRECTORY","length":0,"owner":"hbase","group":"hbase","permission":"755","accessTime":0,"modificationTime":1613987721642,"blockSize":0,"replication":0,"childrenNum":0,"fileId":16392,"storagePolicy":0},{"pathSuffix":"solr","type":"DIRECTORY","length":0,"owner":"solr","group":"solr","permission":"755","accessTime":0,"modificationTime":1613987721646,"blockSize":0,"replication":0,"childrenNum":0,"fileId":16393,"storagePolicy":0},{"pathSuffix":"tmp","type":"DIRECTORY",
 "length":0,"owner":"hdfs","group":"hadoop","permission":"1777","accessTime":0,"modificationTime":1613987721622,"blockSize":0,"replication":0,"childrenNum":1,"fileId":16386,"storagePolicy":0},{"pathSuffix":"user","type":"DIRECTORY","length":0,"owner":"hdfs","group":"hadoop","permission":"755","accessTime":0,"modificationTime":1613987920595,"blockSize":0,"replication":0,"childrenNum":15,"fileId":16395,"storagePolicy":0},{"pathSuffix":"var","type":"DIRECTORY","length":0,"owner":"hdfs","group":"hadoop","permission":"755","accessTime":0,"modificationTime":1613987721609,"blockSize":0,"replication":0,"childrenNum":1,"fileId":16387,"storagePolicy":0}]}}
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org