> For the complete documentation index, see [llms.txt](https://george-jen.gitbook.io/data-science-and-apache-spark/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://george-jen.gitbook.io/data-science-and-apache-spark/initialize-hive-schema.md).

# Initialize hive schema

### Initialize hive schema

```
schematool -dbType derby -initSchema –verbose
```

Now you can start use HIVE, which table data are stored on hdfs file system we created earlier.
