aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/hadoop
Commit message (Expand)AuthorAge
* Modify signature of WritableFile::Append to accept StringPiece data by value.Gravatar Eugene Brevdo2018-09-12
* Replaced calls to tensorflow::StringPiece::ToString with string conversions.Gravatar A. Unique TensorFlower2018-08-22
* Fallback to dynamic loader even if HADOOP_HDFS_HOME is not defined (#19336)Gravatar Sergei Lebedev2018-06-03
* Introduce an indirection to access posix/error.h, so implementations don'tGravatar A. Unique TensorFlower2018-05-11
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Break FileSystem's dependency on ThreadPool.Gravatar A. Unique TensorFlower2018-03-30
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* Merge changes from github.Gravatar Jonathan Hseu2017-08-25
* Minor cleanupGravatar A. Unique TensorFlower2017-06-07
* Fix lint issues after pull.Gravatar Martin Wicke2017-03-24
* Merge changes from github.Gravatar Martin Wicke2017-03-23
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* Merge changes from github.Gravatar A. Unique TensorFlower2017-02-01
* Merge changes from github.Gravatar Andrew Harp2016-12-08
* HDFS: Reopen the file when reading if we reach EOF.Gravatar Jonathan Hseu2016-11-17
* Fixed formatting and lint issues introduced with the last pull from OSS (cl/1...Gravatar Benoit Steiner2016-11-09
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
* Change FileExists to return tensorflow::Status.Gravatar Jonathan Hseu2016-11-04
* Change path functions to operate on URIs rather than paths.Gravatar Jonathan Hseu2016-11-02
* Overwrite the target file in HDFS Rename operation; it removes the target fil...Gravatar Yuefeng Zhou2016-09-29
* Fix usage of a temporary when passing the namenode as a c_str().Gravatar Jonathan Hseu2016-09-23
* Remove hdfs://localfilesystem in favor of file:// for HDFS testing.Gravatar Jonathan Hseu2016-09-22
* Add a ParseURI function and remove the other URI parsing functions.Gravatar Jonathan Hseu2016-09-22
* Move tensorflow/third_party/hadoop to third_party/hadoop.Gravatar Jonathan Hseu2016-09-21
* HDFS supportGravatar Jonathan Hseu2016-09-19