Skip to content

Commit

Permalink
[DOP-13487] Implement HDFS tests in github
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-pedchenko committed Mar 5, 2024
1 parent 9115612 commit a613ca3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def hdfs_file_df_connection(spark, hdfs_server):
from onetl.connection import SparkHDFS

return SparkHDFS(
cluster="rnd-dwh",
cluster="test-hive",
host=hdfs_server.host,
ipc_port=hdfs_server.ipc_port,
spark=spark,
Expand Down

0 comments on commit a613ca3

Please sign in to comment.