Member since
10-23-2017
30
Posts
5
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2849 | 05-31-2019 03:57 PM | |
2206 | 01-31-2018 04:13 PM |
07-21-2019
11:35 PM
Hi i shared toad for hadoop at http://acnalert.eastus.cloudapp.azure.com/world/ i recommend to use the version 1.3 since 1.5 has a limit of licence
... View more
05-31-2019
03:57 PM
the fix is to set this: `set hive.support.sql11.reserved.keywords=true;`
... View more
05-31-2019
02:41 PM
Hi When i do a SELECT null; at cli hive i get a good answer -> NULL when i do this in beeline , i get Error: Error while compiling statement: FAILED: SemanticException [Error 10004]: Line 1:7 Invalid table alias or column reference 'null': (possible column names are: ) (state=42000,code=10004) this is working on one of my clusters but not in one of them (hdp 2.6.1 Connected to: Apache Hive (version 2.1.0.2.6.1.0-129) Driver: Hive JDBC (version 1.2.1000.2.6.1.0-129) Transaction isolation: TRANSACTION_REPEATABLE_READ Beeline version 1.2.1000.2.6.1.0-129 by Apache Hive ) i need this to work, since when i query INSERT OVERWRITE TABLE schema.customer SELECT CUST_ACCOUNTS otherschema.CUST_ACCOUNT_ID, NULL AS ACCOUNT FROM xxxx ; i really appreciate any help
... View more
Labels:
- Labels:
-
Apache Hive
07-17-2018
07:35 PM
hbase-protocol-1.1.2.2.3.2.0-2950.jar
... View more
06-22-2018
02:07 AM
I have follow what @Michael Bronson indicated, the folder /var/lib/ambari-agent/data/datanode was not existent. then i created the dfs_data_dir_mount.hist file and copied the content from another server in the cluster the issue still not solved.
... View more
05-16-2018
05:14 PM
in my case i get many errors of packages "Cannot match package for regexp name datafu_${stack_version}." then y run a yum reinstall package
... View more
05-16-2018
01:57 PM
i vavedownloaded the dependencie from http://rpmfind.net/linux/rpm2html/search.php?query=libtirpc+%3D+0.2.4-0.10.el7&submit=Search+...&system=&arch
... View more
05-16-2018
01:52 PM
enabling subscription-manager repos and downloading the rpm . still have dependencies issues
[root@phcv-dlhadoop01 ~]# yum install libtirpc-devel-0.2.4-0.10.el7.x86_64.rpm -y --skip-broken
Loaded plugins: product-id, rhnplugin, search-disabled-repos, subscription-manager This system is receiving updates from RHN Classic or Red Hat Satellite. Examining libtirpc-devel-0.2.4-0.10.el7.x86_64.rpm: libtirpc-devel-0.2.4-0.10.el7.x86_64 Marking libtirpc-devel-0.2.4-0.10.el7.x86_64.rpm to be installed Resolving Dependencies --> Running transaction check ---> Package libtirpc-devel.x86_64 0:0.2.4-0.10.el7 will be installed --> Processing Dependency: libtirpc = 0.2.4-0.10.el7 for package: libtirpc-devel-0.2.4-0.10.el7.x86_64 Packages skipped because of dependency problems: libtirpc-devel-0.2.4-0.10.el7.x86_64 from /libtirpc-devel-0.2.4-0.10.el7.x86_64
... View more
05-15-2018
09:07 PM
Thanks!!!!!!! wget -nv https://rpmfind.net/linux/centos/7.4.1708/os/x86_64/Packages/libtirpc-devel-0.2.4-0.10.el7.x86_64.rpm yum install libtirpc-devel-0.2.4-0.10.el7.x86_64.rpm -y --skip-broken
... View more
05-15-2018
09:06 PM
Thanks!!!!!!! wget -nv https://rpmfind.net/linux/centos/7.4.1708/os/x86_64/Packages/libtirpc-devel-0.2.4-0.10.el7.x86_64.rpm yum install libtirpc-devel-0.2.4-0.10.el7.x86_64.rpm -y --skip-broken
... View more