Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Lizy committed Apr 4, 2019
1 parent 7cccce1 commit 26c2499
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/howto/load_data_from_external_data_stores.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/command_line_utilities/modify_disk_store.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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**
Expand Down

0 comments on commit 26c2499

Please sign in to comment.