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

./tpcds-setup.sh 4 doesn't generate data #35

Open
nuclearwu opened this issue Jul 20, 2021 · 2 comments
Open

./tpcds-setup.sh 4 doesn't generate data #35

nuclearwu opened this issue Jul 20, 2021 · 2 comments

Comments

@nuclearwu
Copy link

nuclearwu commented Jul 20, 2021

No description provided.

@nuclearwu
Copy link
Author

[root@D01-303-D5-1 hive-testbench-hdp3]# ./tpcds-setup.sh 4
TPC-DS text data generation complete.
Loading text data into external tables.
make: *** [date_dim] 错误 127
Loading constraints
Data loaded into database tpcds_bin_partitioned_orc_4.

@nuclearwu nuclearwu changed the title ./tpcds-setup.sh 4 doesn't work ./tpcds-setup.sh 4 doesn't generate data Jul 20, 2021
@frsv
Copy link

frsv commented Mar 28, 2023

For future generations: scripts in these repo connect to remote Hive via 2181 port, but it's non-conventional. The default port is 10000, see link 1 and link 2.

Change https://github.com/hortonworks/hive-testbench/blob/hdp3/tpcds-setup.sh#L73 to:

- HIVE="beeline -n hive -u 'jdbc:hive2://localhost:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2?tez.queue.name=default' "
+ HIVE="beeline -n hive -u 'jdbc:hive2://localhost:10000/' "

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