-1

I have created a 6.3x Cloudera cluster inside HPE Container Platform.

I would like to expose the HDFS so that it can be accessed via DataTap on other HPE Container Platform clusters for basic demonstration purposes (no HA or security required).

My cluster node info looks like this:

enter image description here

I understand that I need to expose port 8020 on the primary node - how can I do that?

Chris Snow
  • 23,813
  • 35
  • 144
  • 309
  • @Downvoters/Closers - please add a comment to say why you think this question is inappropriate. It's difficult to make improvements without knowing what is wrong! – Chris Snow Oct 25 '20 at 18:10

1 Answers1

0

The solution was to create a cluster service, selecting the primary node:

enter image description here

You will see the new cluster service in the node info screen:

enter image description here

You can then create the DataTap using the hostname and port from the previous screen:

enter image description here

If you select the DataTap, you should be able to see the /tmp and /user folders:

enter image description here


Note this answer does NOT consider:

Chris Snow
  • 23,813
  • 35
  • 144
  • 309