-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rhive.query("select * from abc limit 30000000") rhive.size.table rhive.load.table2 functions problems! #75
Comments
Please let me know your environment values. You can check it by using rhive function "rhive.env()" Thanks On Thu, Nov 6, 2014 at 12:15 PM, suolemen notifications@github.com wrote:
|
rhive.env() |
bug fixed and release new version "nexr-rhive-2.0.4" Please, try again! |
I install Rhive method is : reinstallation "RHive" packages ? http://cran.r-project.org/ |
It take a long time to register R Package into CRAN and I didn't register After that, build and install RHive. On Thu, Nov 6, 2014 at 4:34 PM, suolemen notifications@github.com wrote:
|
I have installed nexr-rhive-2.0.4 but when i use : rhive.size.table("kc_tel") is also NULL tableName <- "kc_tel" |
Which hive version do you use? Please let me know some information from debug like the following:
Please check if location is correct.!! |
|
hive version : hive-service-0.12.0-cdh5.0.0.jar |
What is the result for "rhive.desc.table("kc_tel",detail=TRUE)"? |
rhive.desc.table("kc_tel",detail=TRUE) rhive.desc.table("kc_tel",detail=FALSE) |
Browse[2]> tableInfo <- .rhive.query(paste("DESCRIBE EXTENDED",tableName)) Browse[2]> str(res) |
I guess that your table's line.delim is '\n'. Until then, create table again without setting line.delim and try it. |
ok thank you create table kc_tel (phoneno string) become create table kc_tel (phoneno string) |
first problem : 30000000 numbers data!
when table is a big data how can i use function tu get the data set
use rhive.query or rhive.big.query is not ok
second problem :
rhive.query("select * from kc_tel")
result :
phoneno
1 13531542675
2 13531542297
3 13531541982
4 13531541667
but when i use : rhive.size.table("kc_tel")
result : NULL
why the result is NULL ?
third problem :
when rhive.load.table2("kc_tel")
error : java.sql.SQLException: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask
who can help me ? thank you very much!
The text was updated successfully, but these errors were encountered: