InputSplit inputSplit = context.getInputSplit();
String fileName = ((FileSplit) inputSplit).getPath().getName();

  

最新文章

  1. Delphi 中的自动释放策略-转
  2. Atitit 图像处理知识点体系知识图谱 路线图attilax总结 v4 qcb.xlsx
  3. python魔法函数的一些疑问
  4. ios 修正waring:Method override for the designated initializer of the superclass '-init' not found
  5. pc加入域认证细节
  6. java笔试三
  7. node基础 --工具
  8. RichTextBox 自动滚动到最后
  9. Linux资源监控命令/工具(综合)
  10. UIWebView和UIWebViewDelegate的基本用法
  11. Python元类实践--自己定义一个和collections中一样的namedtuple
  12. 学习PHP时的一些总结(二)
  13. CentOS+nginx+uwsgi+Python 多站点环境搭建
  14. GoldenGate组态(四)它veridata组态
  15. 微信JS图片上传与下载功能--微信JS系列文章(三)
  16. WebDriver中自动识别验证码--Python实现
  17. ofBiz-groovy-freemarker
  18. android手机安全卫士、Kotlin漫画、支付宝动画、沉浸状态栏等源码
  19. 一步一步创建ASP.NET MVC5程序[Repository+Autofac+Automapper+SqlSugar](六)
  20. Linux(Manjaro) - IntelliJ IDEA (JetBrains) 字体模糊解决方法

热门文章

  1. (译)Getting Started——1.3.4 Writing a Custom Class(编写自定义的类)
  2. jQuery 实战读书笔记之第五章:使用 jQuery 操作页面
  3. flutter 环境
  4. php 判断时间是否超过
  5. 从以下哪一个选项中可以获得Servlet的初始化参数。
  6. 怎样看K线图(实图详解)
  7. Hadoop大数据处理读书笔记
  8. 用ChemDraw画3D图的方法
  9. 调试SVO_edgelet
  10. instanceof和isInstance(Object obj) 和isAssignableFrom(Class cls)的区别和联系