Member since
02-03-2016
119
Posts
55
Kudos Received
8
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2497 | 07-04-2018 07:11 AM | |
4151 | 07-04-2018 06:48 AM | |
1166 | 06-30-2018 06:50 PM | |
2374 | 04-04-2018 03:07 AM | |
2374 | 06-06-2016 07:28 AM |
11-06-2024
12:29 AM
1 Kudo
Hi, I am trying to connect hive database from nodejs using hive-driver npm. In that code,the session cannot be established to access the hive database. I am putting the console for each and every variables,but the log was printed,before the session establishing code only.please anyone help me on this.please refer a snap shot below.
... View more
04-21-2024
03:32 PM
Hi, I'm facing the same issue as well. This is my hbase-site.xml <configuration> <property> <name>hbase.master</name> <value>nn:9000</value> </property> <property> <name>hbase.rootdir</name> <value>hdfs://localhost:9000/hbase</value> </property> <property> <name>hbase.master.port</name> <value>60001</value> </property> <property> <name>hbase.cluster.distributed</name> <value>true</value> </property> <property> <name>hbase.zookeeper.quorum</name> <value>nn,dd1,dd2,dd3</value> </property> <property> <name>hbase.zookeeper.property.maxClientCnxns</name> <value>35</value> </property> <property> <name>hbase.zookeeper.znode.parent</name> <value>/hbase</value> </property> </configuration> Please help me out!
... View more
06-28-2023
11:37 PM
Faced a similar issue, which I see as part of https://issues.apache.org/jira/browse/RANGER-2362 But we can disable the same by setting below property in Ranger ranger.admin.login.autolock.enabled=false
... View more
05-30-2021
01:17 AM
[hdfs@c****-node* hive-testbench-hive14]$ ./tpcds-build.sh Building TPC-DS Data Generator make: Nothing to be done for `all’. TPC-DS Data Generator built, you can now use tpcds-setup.sh to generate data. [hdfs@c4237-node2 hive-testbench-hive14]$ ./tpcds-setup.sh 2 TPC-DS text data generation complete. Loading text data into external tables. make: *** [time_dim] Error 1 make: *** Waiting for unfinished jobs.... make: *** [date_dim] Error 1 Data loaded into database tpcds_bin_partitioned_orc_2. INFO : OK +---------------------+ | database_name | +---------------------+ | default | | information_schema | | sys | +---------------------+ 3 rows selected (1.955 seconds) 0: jdbc:hive2://c4237-node2.coelab.cloudera.c> tpcds_bin_partitioned_orc_2 database is not created, I have some issues in testing the tpcds queries sudo -u hdfs -s 13 cd /home/hdfs 14 wget https://github.com/hortonworks/hive-testbench/archive/hive14.zip 15 unzip hive14.zip 17 export JAVA_HOME=/usr/jdk64/jdk1.8.0_77 18 export PATH=$JAVA_HOME/bin:$PATH ./tpcds-build.sh beeline -i testbench.settings -u "jdbc:hive2://c****-node9.coe***.*****.com:10500/tpcds_bin_partitioned_orc_2" I'm not able to test the tpcds queries, any help would be appreciated.
... View more
04-13-2021
02:22 AM
Hello, Do you have any test to be sure the cluster is working fine after all those steps ? I move one node ever 3. I put some files on the hdfs and i don't see file system in the dfs.journalnode.edits.dir even whether for the old or new Journal Node. Best Regards Abdou
... View more
08-01-2018
12:32 PM
Hi @Michael Dennis "MD" Uanang Could you briefly describe how you dealt with this problem? Regards
... View more
03-16-2019
03:39 AM
@muanang What can be the other reasons for this error. I faced the same issue as was using aliases. I corrected the same on all servers , stopped and restarted ambari-server but find the same issue
... View more
06-30-2018
06:50 PM
Already solved this my problem. I've used wrong URL, instead of `../clusters/cluster_name` I've put `../blueprints/cluster_name`
... View more
04-04-2018
03:07 AM
Issue fixed by setting up a local repository. Not sure why I'm having error when using public repo. Thank for helping out!
... View more