Skip to content
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

Error: identifier "str_gather" is undefined #68

Closed
krunalpuri opened this issue Jul 2, 2014 · 8 comments
Closed

Error: identifier "str_gather" is undefined #68

krunalpuri opened this issue Jul 2, 2014 · 8 comments

Comments

@krunalpuri
Copy link

Hi,

I am using centos 6.5 and when I tried to run the make file it showed me this error:

bison.y(1481): error: identifier "str_gather" is undefined

bison.y(1513): error: identifier "str_gather" is undefined

2 errors detected in the compilation of "/tmp/tmpxft_00002db1_00000000-6_bison.cpp1.ii".
make: *** [bison.o] Error 2

Please help!!

@antonmks
Copy link
Owner

antonmks commented Jul 3, 2014

Ok, I fixed it.

@antonmks antonmks closed this as completed Jul 3, 2014
@krunalpuri
Copy link
Author

Thanks antonmks, it worked.
But now I am getting another error while running the script " load_orders.sql":
./load_orders.sql: line 1: syntax error near unexpected token (' ./load_orders.sql: line 1:A:= LOAD 'orders.tbl' USING ('|') AS (o_orderkey{1}:int, o_custkey{2}:int, o_orderdate{5}:int, o_orderpriority{6}:varchar(15), o_shippriority{8}:int);'

@antonmks
Copy link
Owner

antonmks commented Jul 3, 2014

Are you running it like this ?
./alenka load_orders.sql

@krunalpuri
Copy link
Author

Okay I tried to run using ./alenka load_orders.sql but it shows a message:
Coudn't open data dictionary
LOAD: A orders.tbl 5 |
STORE: A orders
(Fatal) Could not open file orders.tbl

@antonmks
Copy link
Owner

antonmks commented Jul 3, 2014

This is just a warning message. You should wait until it loads the data, it
is not frozen.

On Thu, Jul 3, 2014 at 11:33 AM, Krunal notifications@github.com wrote:

Okay I tried to run using ./alenka load_orders.sql but now its frozen and
shows a message:
Coudn't open data dictionary


Reply to this email directly or view it on GitHub
#68 (comment).

@krunalpuri
Copy link
Author

Sorry,I updated the comment a bit later.
It showed this message after few minutes:
Coudn't open data dictionary
LOAD: A orders.tbl 5 |
STORE: A orders
(Fatal) Could not open file orders.tbl

@antonmks
Copy link
Owner

antonmks commented Jul 3, 2014

You need to have the data files. Read TPC-H specifications on how to create
them if this is what you want to run.

On Thu, Jul 3, 2014 at 11:40 AM, Krunal notifications@github.com wrote:

Sorry,I updated the comment a bit later.
It showed this message after few minutes:

Coudn't open data dictionary
LOAD: A orders.tbl 5 |
STORE: A orders
(Fatal) Could not open file orders.tbl


Reply to this email directly or view it on GitHub
#68 (comment).

@krunalpuri
Copy link
Author

Sure , Thanks you very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants