I have created a service in IBM bluemix for Analytics for Apache Hadoop, And now trying to access the biginsights console as mentioned in this tutorial, But not able to see anything like that in real case, now I am not sure how can i load data into Analytics for Apache Hadoop? How can i use sqoop here to load RDBMS data? Any help will be appreciated, Thanks in advance
Asked
Active
Viewed 169 times
1 Answers
1
The Analytics for Hadoop service was upgraded to BigInsights v4 about a month ago, this is why you see a different UI to what is on some of the online tutorials as those are based on the previous BigInsights v3.
You would upload your data to HDFS for your Analytics for Hadoop service using the webHDFS REST API first, and then it should be available for you in BigSheets via the DFS Files tab shown in your screenshot.
The data you upload would be under /user/biblumix in HDFS as this is the username your are provided when you create a Analytics for Hadoop service in Bluemix.
To use the webHDFS REST API and other information about the service, see these instructions.

whitfiea
- 1,943
- 10
- 15
-
Thanks for the reply.. Here i can upload some files/string types.. Is there any way to directly upload my RDBMS data(say MySQL) to HDFS? may be with help of Sqoop or something. I am not able find any tutorial that describes how to use sqoop with IBM's Analytics for Apache Hadoop, – Rameez Sep 15 '15 at 15:24
-
I don't have any experience with Sqoop but the Analytics for Hadoop service only allows access to HDFS via the RESTful API rather than JDBC. – whitfiea Sep 15 '15 at 17:51