nexr / RHive

RHive is an R extension facilitating distributed computing via Apache Hive.
http://nexr.github.io/RHive
122 stars 63 forks source link

Results not split correctly? #35

Open jamiefolson opened 11 years ago

jamiefolson commented 11 years ago

When I run any kind of query, the results returned by HiveClient are not tab-separated, but delimitted with the literal string "\001" resulting in improper results. Is this happening to anyone else?

gigsda commented 11 years ago

We can usually get respective columns and separated contents that you want. But if hive tables have special data type like sequence, result could be single column data seperated by \001. Therefore, we recommend you to check table types.