Member since
07-30-2013
509
Posts
113
Kudos Received
123
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3590 | 07-09-2018 11:54 AM | |
| 2911 | 05-03-2017 11:03 AM | |
| 7421 | 03-28-2017 02:27 PM | |
| 2903 | 03-27-2017 03:17 PM | |
| 2430 | 03-13-2017 04:30 PM |
04-16-2014
09:12 AM
Looks like a basic networking error. SSH into the machine and make sure you can access the URL it is trying to reach using curl and/or wget. Make sure things like iptables are not getting in the way.
... View more
04-11-2014
10:46 AM
Glad you got it working!
... View more
04-10-2014
05:13 PM
1 Kudo
There are multiple safety valves for sqoop, and you are editing the wrong one. See my first reply. You need to edit the one that will alter sqoop.properties, NOT the one that will alter the environment. Read the name and description carefully.
... View more
04-10-2014
03:55 PM
CM-managed sqoop2 doesn't read from that file. Edit the safety valve for sqoop.properties instead.
... View more
04-10-2014
12:08 PM
It looks like the sqoop upgrade action is only available in CM for CDH 5 clusters. Sorry for the confusion. I'm not sure what triggered the need for a sqoop upgrade, but it seems like you'll need to use safety valves to configure sqoop.properties to perform this upgrade manually. I'd be curious to know what you might have done to trigger a sqoop upgrade in CDH 4. CM currently assumes that's impossible.
... View more
04-10-2014
09:47 AM
Did you configure the agents to talk to your Cloudera Manager server and start them? This is on the path B documentation, but it can be easy to miss if you aren't reading carefully. CM 5 Path B install documentation, in the section "Install the Cloudera Manager Agent Packages": http://www.cloudera.com/content/cloudera-content/cloudera-docs/CM5/latest/Cloudera-Manager-Installation-Guide/cm5ig_install_path_B.html?scroll=cmig_topic_6_6_6_unique_1
... View more
04-09-2014
04:46 PM
1 Kudo
Click on Sqoop, then in the Actions dropdown menu on the right, you'll see an option to Upgrade Sqoop. If it's greyed out, that's because you need to stop Sqoop first. Thanks, DArren
... View more
04-09-2014
04:33 PM
When you get that message, it generally means you should run the upgrade command. CM has made this one easy for you, so no need to figure out how to do the upgrade manually.
... View more
04-09-2014
03:44 PM
Hi, Why do you want to enable auto upgrade? Sqoop has upgrade commands that will do this for you. Auto upgrade may have other side effects that could cause problems down the line. If you really want to make this change, you need to modify the safety valve for sqoop.properties, not the environment safety valve. Thanks, Darren
... View more
04-03-2014
07:19 AM
Hi Knut, You need to upgrade CM to the GA release of 5.0.0 as well. CM 5.0.0 has renamed this property and changed the default to 10 seconds so Impala wil start correctly. There's a few manual steps, when you do this upgrade, but it seems like you've already figured them out since you got the CDH 5 upgrade working. Also be sure to hard_restart your CM agents when you do the CM upgrade, as described in the CM 4 to 5 upgrade guide (which is sort of relevant when doing beta 2 to GA upgrade): http://www.cloudera.com/content/cloudera-content/cloudera-docs/CM5/latest/Cloudera-Manager-Administration-Guide/cm5ag_upgrade_cm4_to_cm5.html Thanks, Darren
... View more