Skip to content

Commit 2612ba6

Browse files
Updated links in Vora tutorial
1 parent c0ab015 commit 2612ba6

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

tutorials/vora-connect/vora-connect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You will learn how to connect to your SAP HANA Vora instance to manage it. There
5353
5. To connect to the instance's OS using `ssh` client you need the secure key-pair `.pem` file, which you downloaded when creating the SAP HANA Vora instance in CAL.
5454

5555
In Unix-like systems (including Mac OS) you run this command in a terminal window:
56-
```
56+
```shell
5757
ssh -i [vorakeyfile].pem [IPaddress] -l ec2-user
5858
```
5959
where `[vorakeyfile].pem` is the name of your key-pair file, and `[IPaddress]` is the external IP address of your instance.
@@ -68,7 +68,7 @@ You will learn how to connect to your SAP HANA Vora instance to manage it. There
6868
Click `Open` to login to the host's OS.
6969

7070
6. Once you are logged as `ec2-user` you can switch to `root` user if needed, using a command
71-
```
71+
```shell
7272
sudo su -
7373
```
7474

tutorials/vora-setup-cloud/vora-setup-cloud.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: [ tutorial>beginner, products>sap-hana-vora, topic>big-data ]
99
- You have understanding of cloud infrastructure
1010

1111
## Next Steps
12-
- [Connect to SAP HANA Vora instance to manage it] (http://go.sap.com/developer/tutorials/vora-setup-cloud.html), or
12+
- [Connect to SAP HANA Vora instance to manage it] (http://go.sap.com/developer/tutorials/vora-connect.html), or
1313
- Select a tutorial from the [Tutorial Navigator](http://go.sap.com/developer/tutorial-navigator.html) or the [Tutorial Catalog](http://go.sap.com/developer/tutorials.html)
1414

1515
## Details
@@ -98,5 +98,5 @@ SAP HANA Vora leverages and extends the Apache Spark execution framework to prov
9898
- Review the [SAP Cloud Appliance Library (CAL) documentation](https://calstatic.hana.ondemand.com/res/~1472020269624~/docEN/index.html)
9999

100100
## Next Steps
101-
- [Connect to SAP HANA Vora instance to manage it] (http://go.sap.com/developer/tutorials/vora-setup-cloud.html), or
101+
- [Connect to SAP HANA Vora instance to manage it] (http://go.sap.com/developer/tutorials/vora-connect.html), or
102102
- Select a tutorial from the [Tutorial Navigator](http://go.sap.com/developer/tutorial-navigator.html) or the [Tutorial Catalog](http://go.sap.com/developer/tutorials.html)

tutorials/vora-zeppelin-load-sample-data/vora-zeppelin-load-sample-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags: [ tutorial>beginner, topic>big-data, products>sap-hana-vora ]
88
- **Tutorials:** [Connect to SAP HANA Vora, developer edition](http://go.sap.com/developer/tutorials/vora-connect.html)
99

1010
## Next Steps
11-
- Getting started with SAP HANA Vora Tools (coming soon), or
11+
- [Getting started with SAP HANA Vora Tools](http://go.sap.com/developer/tutorials/vora-tools-getting-started.html), or
1212
- Select a tutorial from the [Tutorial Navigator](http://go.sap.com/developer/tutorial-navigator.html) or the [Tutorial Catalog](http://go.sap.com/developer/tutorials.html)
1313

1414
## Details
@@ -53,5 +53,5 @@ You will learn how to open Apache Zeppelin and how to load sample data.
5353
![All tables created](vorazeppelin05.jpg)
5454

5555
## Next Steps
56-
- Getting started with SAP HANA Vora Tools (coming soon), or
56+
- [Getting started with SAP HANA Vora Tools](http://go.sap.com/developer/tutorials/vora-tools-getting-started.html), or
5757
- Select a tutorial from the [Tutorial Navigator](http://go.sap.com/developer/tutorial-navigator.html) or the [Tutorial Catalog](http://go.sap.com/developer/tutorials.html)

0 commit comments

Comments
 (0)