Move csv or other files into hive
- Dominant language
- Python
- Stars
- 1k
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
Hey guys, How do I move files to hive remote server? I have hostname, username,password,and port.
I've been doing this:
```
into('hive://training@127.0.0.1:3022/default::iris','iris.csv',password='training')
```
But it's return:
```
/Users/jon/anaconda/lib/python2.7/site-packages/thrift/transport/TSocket.pyc in read(self, sz)
118 if len(buff) == 0:
119 raise TTransportException(type=TTransportException.END_OF_FILE,
```
--> 120 message='TSocket read 0 bytes')
```
TTransportException: TSocket read 0 bytes
```
I have succeed moving file into remote server, but to hive resulting like this. Any idea?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.