lib/ganapati/client.rb in ganapati-0.0.1 vs lib/ganapati/client.rb in ganapati-0.0.2
- old
+ new
@@ -115,10 +115,10 @@
end
result
end
def pname(path)
- Pathname.new(:pathname => path.to_s)
+ ThriftHadoopFileSystem::Pathname.new(:pathname => path.to_s)
end
end
end