AbsaOSS / AbsaOSS/cobrix

Need hlep in configuration

未關閉
#323 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
question
主要語言
Scala
星號
170
分支
96
平均合併
57 分鐘
30 天內合併 PR
2

描述

## Background [Optional]
Hi, Iam new to Spark and Cobrix. we have 10 EBCDIC files to process and load to Database. each file contains 1MM records and we have an SLA of 45mins to process 10 files
## Question
Hi, we have implemented Cobrix to read EBCDIC file contains 1MM records and it is taking 15 mins nearly to read and insert into database table. could you please to improve this performance and complete 10 files with this size of data in SLA of 45mins? your response and help is appreciated.
below is the load command we are using to read the file.

Dataset ds = sparkSession.read().format().option("copybook" "copybook_path").option("schma_retention_policy", "collapse_root").option("number_of_partitions", 10).load("file_name");

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。