If your query result is not large, you can submit your query on tajo's web ui and then export the result as a csv file. If it is large, as far as I know, there is only one way to export query results. Tajo stores query results on the default storage, usually hdfs. So you can copy the result files from hdfs to your local machine. However, you may need to merge multiple result files into a single one with this way.
Best regards, Jihoon 2015년 10월 13일 (화) 오전 1:59, Odin Guillermo Caudillo Gallegos < [email protected]>님이 작성: > Hi, is there a way to export the result of a query to a txt file? > Thanks! >
