remove extranious brackets

This commit is contained in:
Jeff Steinmetz 2016-04-12 19:51:24 -07:00
parent 0fc8a11a93
commit 3f38a5a253

View file

@ -111,7 +111,7 @@ config.vm.network "private_network", ip: "192.168.51.52"
This approach usually is typically required if running other virtual machines that discover each other directly by IP address, such as Spark Masters and Slaves as well as Cassandra Nodes, Elasticsearch Nodes, and other Spark data sources. You may wish to launch nodes in virtual machines with IP Addresses in a subnet that works for your local network, such as: 192.168.51.53, 192.168.51.54, 192.168.51.53, etc..
### [Python Extras]
### Python Extras
With zeppelin running, Numpy, SciPy, Pandas and Matplotlib will be available. Create a pyspark notebook, and try
@ -163,6 +163,6 @@ plt.title('How fast do you want to go today?')
show(plt)
```
### [R Extras]
### R Extras
With zeppelin running, an R Tutorial notebook will be available. The R packages required to run the examples and graphs in this tutorial notebook were installed by this virtual machine.