Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make FileOutputCommiter as default #86

Merged
merged 3 commits into from
Aug 25, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Made cr changes
  • Loading branch information
ajayborra committed Aug 24, 2018
commit 8405f15a9cf1c4d71e5e6ef5b208c13fad2da908
10 changes: 0 additions & 10 deletions docs/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,3 @@
* Clone the TransmogrifAI repo: `git clone https://github.com/salesforce/TransmogrifAI.git`
* Build the project: `cd TransmogrifAI && ./gradlew compileTestScala installDist`
* Start hacking

# (Optional) Configuration

## Custom Output Committer's

Depending on the deployment approach, we can choose to implement/use customized OutputCommitter classes. Following properties can be configured to override default classes and use customized output committer classes.
* `spark.hadoop.mapred.output.committer.class`
* `spark.hadoop.spark.sql.sources.outputCommitterClass`

* [S3A Committer](https://hadoop.apache.org/docs/current3/hadoop-aws/tools/hadoop-aws/committers.html), [Cloud Integration](https://people.apache.org/~pwendell/spark-nightly/spark-master-docs/latest/cloud-integration.html#configuring) guides provide more details on the topic.