val orgIncInactive = orgIncLatest.filter("(LD_TMST != '' and LD_TMST is not null)").select("ORG_ID").rdd
orgIncInactive.collect.foreach(p => DenormalizedTablesMethodsUtil.hbaseTablePurge(p(0).toString, tableName, connection))
に()を収集使用しての他のアプローチは、私が収集し使用を避けることができますどのような方法は何があります()ここでは? 私はさまざまな可能性を試しましたが、私はSerializableエラーで終わっています。
ありがとうございました。