Skip to content

Commit

Permalink
Pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrn-aglic committed Jan 14, 2023
1 parent 934efee commit 5faef43
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ contains the files. I suggest you download them.
The book_data directory contains some files found on
this repo:
https://github.com/maprihoda/data-analysis-with-python-and-pyspark.
Which is also a repo of someone who read the mentioned book.
Which is also a repo of someone who read the mentioned book.
2 changes: 1 addition & 1 deletion ssh_config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Host *
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
StrictHostKeyChecking no
2 changes: 1 addition & 1 deletion yarn/capacity-scheduler.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
<name>yarn.scheduler.capacity.resource-calculator</name>
<value>org.apache.hadoop.yarn.util.resource.DominantResourceCalculator</value>
</property>
</configuration>
</configuration>
2 changes: 1 addition & 1 deletion yarn/core-site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
<name>fs.defaultFS</name>
<value>hdfs://spark-yarn-master:8080</value>
</property>
</configuration>
</configuration>
2 changes: 1 addition & 1 deletion yarn/hdfs-site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
<name>dfs.permissions.enabled</name>
<value>false</value>
</property>
</configuration>
</configuration>
2 changes: 1 addition & 1 deletion yarn/mapred-site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
<name>mapreduce.reduce.memory.mb</name>
<value>512</value>
</property>
</configuration>
</configuration>
2 changes: 1 addition & 1 deletion yarn/spark-defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ spark.history.provider org.apache.spark.deploy.history.FsHistoryProvid
spark.history.fs.logDirectory hdfs://spark-yarn-master:8080/spark-logs
spark.yarn.historyServer.address localhost:18080
spark.history.fs.update.interval 10s
spark.history.ui.port 18080
spark.history.ui.port 18080
2 changes: 1 addition & 1 deletion yarn/yarn-site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
<name>yarn.log-aggregation-enable</name>
<value>true</value>
</property>
</configuration>
</configuration>

0 comments on commit 5faef43

Please sign in to comment.