我的spark数据帧是从ADLS中的镶木地板文件导入的。有没有一种方法可以使用Spark Scala查找源实木复合地板的最后更改日期?
const Family = (props) => (
<div className="family">
<MyContext.Consumer>
{(context) => {
<Person context={context} />
}}
</MyContext.Consumer>
</div>
)
class Person extends Component {
componentDidMount(){
console.log("context: ", this.props.context)
}
render() {
const { context } = this.props;
console.log("context: ", context)
return (
<div className="person">
<React.Fragment>
<p>Age: {context.state.age}</p>
<p>Name: {context.state.name}</p>
<button onClick={context.growAYearOlder}></button>
</React.Fragment>
</div>
)
}
}
文件总是写在给定分区文件夹的最后,因此搜索可能仅限于该文件(还有_SUCCESS
的日期比_committed_*
最近的日期或{分区目录中的{1}}表示当前正在覆盖数据或上次覆盖尝试失败)