iwasakims edited a comment 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 
"http://localhost:14000/webhdfs/v1/?user.name=root&op=LISTSTATUS";
   
{"FileStatuses":{"FileStatus":[{"pathSuffix":"apps","type":"DIRECTORY","length":0,"owner":"hdfs","group":"hadoop","permission":"755","accessTime":0,"modificationTime":1613994824945,"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":1613994824803,"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":1613994824793,"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":1613994824797,"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":1613994824774,"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":1613994824972,"blockSize":0,"replication":0,"childrenNum":14,"fileId":16395,"storagePolicy":0},{"pathSuffix":"var","type":"DIRECTORY","length":0,"owner":"hdfs","group":"hadoop","permission":"755","accessTime":0,"modificationTime":1613994824759,"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:
us...@infra.apache.org


Reply via email to