|
1 | 1 | --- |
2 | 2 | title: Loading sample data using Apache Zeppelin |
3 | | -description: You will use Apache Zeppelin to create table and load sample data from files already created in HDFS in SAP HANA Vora, developer edition, on CAL. |
| 3 | +description: You will use Apache Zeppelin to create tables and load sample data from files already created in HDFS in SAP HANA Vora, developer edition, on CAL. |
4 | 4 | tags: [ tutorial>beginner, topic>big-data, products>sap-hana-vora ] |
5 | 5 | --- |
6 | 6 | ## Prerequisites |
@@ -32,19 +32,21 @@ You will learn how to open Apache Zeppelin and how to load sample data. |
32 | 32 |
|
33 | 33 |  |
34 | 34 |
|
35 | | -3. Once Zeppelin opens up in a new browser window, click on `0_DemoData` notebook. |
| 35 | +3. Once Zeppelin opens up in a new browser window, check it is **Connected** and if yes, then click on `0_DemoData` notebook. |
36 | 36 |
|
37 | | -  |
| 37 | + >Status "Disconnected" may be caused by network firewalls, i.e. when you connect to public host on the port not allowed by your corporate network. Try to connect to Zeppelin from public network then. |
| 38 | +
|
| 39 | +  |
38 | 40 |
|
39 | 41 | 4. The `0_DemoData` notebook will open up. Now you can click on **Run all paragraphs** button on top of the page to create tables in SAP HANA Vora using data from the existing HDFS files preloaded on the instance in CAL. These are the tables you will need as well later in exercises. |
40 | 42 |
|
41 | | - A new window will pop up which asks you to confirm running all the commands. Click on **OK**. |
| 43 | + A dialog window will pop up asking you to confirm to **Run all paragraphs?** Click **OK** |
42 | 44 |
|
43 | | -  |
| 45 | +  |
44 | 46 |
|
45 | 47 | 5. After all statements are finished you should see the interpreter’s comment as "Command processed successfully with no results" for all paragraphs. |
46 | 48 |
|
47 | | -  |
| 49 | +  |
48 | 50 |
|
49 | 51 | The last statement should show you all tables created. |
50 | 52 |
|
|
0 commit comments