Member since
09-18-2015
3274
Posts
1159
Kudos Received
426
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2623 | 11-01-2016 05:43 PM | |
| 8741 | 11-01-2016 05:36 PM | |
| 4925 | 07-01-2016 03:20 PM | |
| 8266 | 05-25-2016 11:36 AM | |
| 4432 | 05-24-2016 05:27 PM |
01-12-2016
03:25 AM
1 Kudo
@Revlin Abbi try this : grant all privileges on *.* to 'root'@'localhost' identified by 'abcabcabc' with grant option; sqoop list-databases --connect jdbc:mysql://127.0.0.1:xxxx --username root --password abcabcabc root user does not have read/list permissions. ERROR manager.CatalogQueryManager: Failed to list databases java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES)
... View more
01-12-2016
03:21 AM
1 Kudo
@Vedant Jain You have to set hbase jar in Hadoop Class path.
... View more
01-10-2016
11:47 PM
@Cary Walker Server provides more features than non-server ...features related to DNS setup, networking and security good explanation http://superuser.com/questions/656526/any-advantage-of-using-windows-server-2012-r2-instead-of-windows-8-1-for-a-works
... View more
01-10-2016
04:19 PM
@Gokul Devaraj Perfect! Please accept the best answer to close the thread
... View more
01-10-2016
02:02 PM
1 Kudo
@Mihai Mihai for the file upload - you can leverage webhdfs https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html Oozie can help to schedule the workflow to do the processing
... View more
01-10-2016
01:57 PM
@Margus Roo Thanks for trying that. Try this beeline then press enter !connect jdbc:hive2://localhost:10000/;principal=hive/sandbox.hortonworks.com@EXAMPLE.COM
... View more
01-10-2016
12:40 PM
1 Kudo
@Margus Roo ERROR transport.TSaslTransport: SASL negotiation failure javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)] kinit using hive keytab and see if you can login.
... View more
01-10-2016
03:12 AM
@Alena Melnikova Check out this post https://community.hortonworks.com/questions/3037/what-size-of-tables-make-the-best-out-of-orc-forma.html
... View more