Skip to content

Commit

Permalink
Fixed broken link and added favicon.ico
Browse files Browse the repository at this point in the history
  • Loading branch information
navinrathore committed Dec 2, 2021
1 parent bb1f019 commit 1ea843f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setup/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ nav_order: 5

Zingg comes with a command line script that invokes spark-submit. This script needs a json configuration file to define the input data and match types, location of training data, models and output.

Sample configuration files are defined at [examples/febrl](/examples/febrl) and [/examples/febrl120k]([examples/febrl120k])
Sample configuration files are defined at [examples/febrl](/examples/febrl) and [/examples/febrl120k](/examples/febrl120k)

Here are the json variables which you will need to define to work with your data.
- TOC
{:toc}

### data

Array of input data. Each array entry here refers to a [Zingg Pipe](../../dataSourcesAndSinks/pipes.md). If the data is self describing, for eg avro or parquet, there is no need to define the schema. Else field definitions with name and types need to be provided.
Array of input data. Each array entry here refers to a [Zingg Pipe](../dataSourcesAndSinks/pipes.md). If the data is self describing, for eg avro or parquet, there is no need to define the schema. Else field definitions with name and types need to be provided.

For example for the csv under [examples/febrl/test.csv](/examples/febrl/test.csv) ![febrl](/assets/febrl.gif)

Expand Down
Binary file added favicon.ico
Binary file not shown.

0 comments on commit 1ea843f

Please sign in to comment.