diff --git a/docs/howto/load_data_from_external_data_stores.md b/docs/howto/load_data_from_external_data_stores.md index 13287bc179..6fa9616ab9 100644 --- a/docs/howto/load_data_from_external_data_stores.md +++ b/docs/howto/load_data_from_external_data_stores.md @@ -75,7 +75,7 @@ val df = session.createDataFrame(rdd, ds.schema) df.write.format("column").saveAsTable("columnTable") ``` -## Importing Data using JDBC from Rrelational DB +## Importing Data using JDBC from Relational DB !!! Note Before you begin, you must install the corresponding JDBC driver. To do so, copy the JDBC driver jar file in **/jars** directory located in the home directory and then restart the cluster. diff --git a/docs/reference/command_line_utilities/modify_disk_store.md b/docs/reference/command_line_utilities/modify_disk_store.md index 93aef166dc..fad38926d7 100644 --- a/docs/reference/command_line_utilities/modify_disk_store.md +++ b/docs/reference/command_line_utilities/modify_disk_store.md @@ -16,6 +16,8 @@ Snappy>create region --name=regionName --type=PARTITION_PERSISTENT_OVERFLOW **For non-secured cluster** +## Description + The following table describes the options used for `snappy modify-disk-store`: | Items | Description | @@ -27,8 +29,6 @@ The following table describes the options used for `snappy modify-disk-store`: !!! Note The name of the disk store, the directories its files are stored in, and the region to target are all required arguments. -## Description - ## Examples **Secured cluster**