Member since
04-06-2016
9
Posts
4
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2456 | 09-14-2016 03:45 PM | |
1225 | 04-06-2016 11:04 PM |
03-31-2017
04:49 AM
Issue is resolved. We have fixed the broken link issue. Please verify.
... View more
09-14-2016
03:45 PM
1 Kudo
To fix the mahout issue do the following steps on the node which is complaining 1. remove mahout-doc $ sudo apt-get remove mahout-doc 2. run $ sudo apt-get -f install 3. see if mahout installation is perfect $ apt-get install mahout Please do not install mahout-doc After running $sudo apt-get install mahout you would see following packages installed: $ dpkg --get-selections| grep mahout mahout install mahout-2-4-2-0-258 install Please remove all mahout except above two using $ apt-get remove <name suggested by --get-selections>. Keep only two as said above.
... View more
09-14-2016
03:23 PM
Trying to reproduce the issue in my environment. I would post an update right away after my verification.
... View more
09-14-2016
02:08 PM
1 Kudo
We have observed this as a BUG in 2.4.2.0-258 release and is on the line to be fixed in upcoming release above 2.4.4.x. I have tried as an workaround to create the missing directory on the complaining node as below: $ mkdir -p /etc/zeppelin/conf.dist You need to have sudo or root to create the directory said above. After creating the directory please run: $ apt-get -f install I have tried to install mahout as well on a node with reported issue after creating the directory as said above and mahout installation went good. My test environment is ubuntu14. Please let us know if this solves the issue.
... View more
08-13-2016
11:35 AM
1 Kudo
I believe hive interpreter support in 2.5 is removed but yes it was present in 2.4. 2.4 was based on apache zeppelin 0.5.6 and hive was supported: https://github.com/apache/zeppelin/tree/branch-0.5.6/hive 2.5 is based on apache zeppelin 0.6 and hive is not supported here: https://github.com/apache/zeppelin/tree/branch-0.6
... View more
04-06-2016
11:04 PM
1 Kudo
Steps to build a release version of Hortonworks component. Component details in question. Component Name = Hadoop Release Version = 2.3.4.0 Tools Needed: Maven = 3.1.1 Java = 1.7+ Steps: 1. Ensure Java and Maven is in path. 2. Get the code to your local linux machine, say workspace. $ git clone git@github.com:hortonworks/hadoop-release.git -b HDP-2.3.4.0-tag Hortonworks maintain <component>-release tags for all the public releases. 3. Point maven settings.xml to http://repo.hortonworks.com/content/groups/public/ 4. Go to the synced workspace and issue below command $ maven clean -DskipTests -DskipITs install Cheers, -Vijay.
... View more