Reading Semi-Structured data | Spark with Scala | Realtime scenario

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.พ. 2025

ความคิดเห็น • 16

  • @mayur4155
    @mayur4155 2 ปีที่แล้ว +1

    Thank you, Sravana for sharing the solution 👏👏
    I have learned a new Function foldleft

    • @sravanalakshmipisupati6533
      @sravanalakshmipisupati6533  2 ปีที่แล้ว

      Thanks a lot, Mayur. Many other foldLeft() scenarios can be found at - github.com/sravanapisupati/SampleDataSet/blob/main/TH-cam_videos_list

    • @mayur4155
      @mayur4155 2 ปีที่แล้ว

      ​@@sravanalakshmipisupati6533 Can you help me with this one
      input List
      to_remove = ['%', '-', '&', ":"]
      removeFrom = ['XYZ','12%', 'MALE', 'ABC','1-7KG', '12KG', 'MALE&FEMELE', '1:1',"script"]
      output=['MALE','ABC','XYZ','script']
      We need to remove element from removeFrom which is contained to_remove char element
      how to do In scala efficient way

  • @sravankumar1767
    @sravankumar1767 2 ปีที่แล้ว +1

    Nice explanation sravana 👌 👍 👏

  • @sushmamc8904
    @sushmamc8904 2 ปีที่แล้ว +1

    Really good video to understand foldleft function 🙏 thank you

  • @DileepKumar-ko6cy
    @DileepKumar-ko6cy 2 ปีที่แล้ว +1

    Good Efforts ,very clear explanation 👍🎉

  • @ramanareddy4037
    @ramanareddy4037 2 ปีที่แล้ว

    good explanation .. you have a sound knowledge on spark and scala

  • @subhadarshisethy1680
    @subhadarshisethy1680 2 ปีที่แล้ว +1

    Mam pls scala notes provide kijiye...pls attach file link to description...

  • @suprakashkhuntia7345
    @suprakashkhuntia7345 2 ปีที่แล้ว

    The element_at function is not getting resolved. I have imported all the requisites. What could be the issue ?
    Error:(20, 52) not found: value element_at
    val df1 = df.withColumn("DateTimeStamp", rtrim(element_at(split(df("TimeStamp"), " "),1)))

  • @zakeer1830
    @zakeer1830 2 ปีที่แล้ว

    Could you please explain Repartition concept in spark