Member since
09-18-2015
3274
Posts
1159
Kudos Received
426
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2567 | 11-01-2016 05:43 PM | |
| 8498 | 11-01-2016 05:36 PM | |
| 4859 | 07-01-2016 03:20 PM | |
| 8179 | 05-25-2016 11:36 AM | |
| 4334 | 05-24-2016 05:27 PM |
11-11-2017
11:42 AM
I have a similar question. In my case, I need to connect to Hive using a Sas tool that only provides me with the following fields: Host(s) Port Database And then there is a tool to add "server side properties", which creates a list of key/value pairs. Can anyone tell me what server side properties I can use to force this connection to always use a specific queue? Or, a way to associate this connection with a user and associate that user with a key/value pair?
... View more
02-23-2016
12:43 PM
1 Kudo
Thanks @Neeraj Sabharwal and @Saurabh Kumar. I think it would be helpful to identify users and their jobs running. May be in future release of Ambari..
... View more
02-23-2016
12:45 AM
1 Kudo
I was successful in executing a MapReduce Job. Since the method Job.setBy.JarName(WordCount.class) was missing it was unable to find out the Mapper class. Thanks!!!
... View more
02-20-2016
08:53 PM
@Prakash Punj Looking forward to hear your feedback on Ranger ...Personally, I love Ranger 🙂
... View more
02-21-2016
07:09 AM
Thanks. Its working fine now.
... View more
02-24-2016
12:19 PM
I did a lot of steps to be true, not sure which resolved it actually! I'll list all that I did: I installed knox manually, changed the firewall settings, checked if all port were accessible from all the nodes. From what I think changing the port number for fs.default.name from 50070 to 8020 resolved it.
... View more
12-15-2017
06:02 AM
Did you solved the problem? I'm facing the same problem with you. And I tried all methods mentioned above, but it didn't work Here is my exceptions [root@cos1 ~]# sqoop list-tables --connect jdbc:mysql://192.168.2.190/experiment3 --username scott -P 17/12/15 19:17:36 INFO sqoop.Sqoop: Running Sqoop version: 1.4.6
Enter password:
17/12/15 19:17:41 INFO manager.MySQLManager: Preparing to use a MySQL streaming resultset.
17/12/15 19:17:41 ERROR sqoop.Sqoop: Got exception running Sqoop: java.lang.RuntimeException: Could not load db driver class: com.mysql.jdbc.Driver java.lang.RuntimeException: Could not load db driver class: com.mysql.jdbc.Driver at org.apache.sqoop.manager.SqlManager.makeConnection(SqlManager.java:856) at org.apache.sqoop.manager.GenericJdbcManager.getConnection(GenericJdbcManager.java:52) at org.apache.sqoop.manager.CatalogQueryManager.listTables(CatalogQueryManager.java:102) at org.apache.sqoop.tool.ListTablesTool.run(ListTablesTool.java:49)
at org.apache.sqoop.Sqoop.run(Sqoop.java:143) at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
at org.apache.sqoop.Sqoop.runSqoop(Sqoop.java:179) at org.apache.sqoop.Sqoop.runTool(Sqoop.java:218)
at org.apache.sqoop.Sqoop.runTool(Sqoop.java:227) at org.apache.sqoop.Sqoop.main(Sqoop.java:236) Here is my screenshot I'm using sqoop-1.4.6, hadoop-2.7.4 and mysql-connecctor-java-5.1.38.jar @rajdip chaudhuri @Artem Ervits
... View more
02-23-2016
05:32 AM
1 Kudo
@rajdip chaudhuri @Rushikesh Deshmukh I have accepted this answer as it has lot of good information
... View more
03-25-2017
06:18 AM
@Benjamin Leonhardi , on slide 24 you notate that a small stripe size indicates a memory problem during load. Do you know what memory problem that would be? I have ~ 3500 records on the stripe and was just wondering where I should look. Thanks!
... View more