class DelegateSymlinkTextInputFormat extends SymlinkTextInputFormat
Delegate for SymlinkTextInputFormat, created to address SPARK-40815. Fixes an issue where SymlinkTextInputFormat returns empty splits which could result in the correctness issue when "spark.hadoopRDD.ignoreEmptySplits" is enabled.
In this class, we update the split start and length to match the target file input thus fixing the issue.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DelegateSymlinkTextInputFormat
- SymlinkTextInputFormat
- ContentSummaryInputFormat
- JobConfigurable
- InputFormat
- SymbolicInputFormat
- ReworkMapredInputFormat
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DelegateSymlinkTextInputFormat()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
configure(job: JobConf): Unit
- Definition Classes
- DelegateSymlinkTextInputFormat → SymlinkTextInputFormat → JobConfigurable
- Annotations
- @Override()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getContentSummary(p: Path, job: JobConf): ContentSummary
- Definition Classes
- DelegateSymlinkTextInputFormat → SymlinkTextInputFormat → ContentSummaryInputFormat
- Annotations
- @Override()
-
def
getRecordReader(split: InputSplit, job: JobConf, reporter: Reporter): RecordReader[LongWritable, Text]
- Definition Classes
- DelegateSymlinkTextInputFormat → SymlinkTextInputFormat → InputFormat
- Annotations
- @Override()
-
def
getSplits(job: JobConf, numSplits: Int): Array[InputSplit]
- Definition Classes
- DelegateSymlinkTextInputFormat → SymlinkTextInputFormat → InputFormat
- Annotations
- @Override()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
rework(arg0: HiveConf, arg1: MapredWork): Unit
- Definition Classes
- SymbolicInputFormat → ReworkMapredInputFormat
- Annotations
- @throws( classOf[java.io.IOException] )
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()