1

I'm unable to browse data with BigSheets on BigInsights on Cloud. When I select a file and change the Reader type, I receive the exception (see screenshot, below).

I was previously able to browse data ok.

enter image description here

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

3 Answers3

0

Have you logged into BigSheets as a biadmin user ? I think there is some permission issue since you are trying to access the file created by biadmin (/user/biadmin).

One option to confirm is, login to bigsheets as biadmin and try the same.

0

You can try doing impersonation of biadmin user and try your scenario.

Login to Ambari UI, then go to HDFS --> Config --> Advanced --> Custom core-site

Update or Add the property

hadoop.proxyuser.biadmin.groups=* hadoop.proxyuser.biadmin.hosts=*

0

The solution for me was to restart the BigX services in the Ambari console.

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