Member since
12-30-2015
19
Posts
5
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1080 | 02-28-2018 07:56 PM |
02-28-2018
07:56 PM
Pivotal HDB (commercial version of Apache Hawq) has been discontinued. You would need to build Apache Hawq from their open source repo http://github.com/apache/incubator-hawq. Here are the instructions for building Hawq https://cwiki.apache.org/confluence/display/HAWQ/Build+and+Install
... View more
02-02-2016
06:56 PM
2 Kudos
The following curl command gives the token (but uses the name node directly). $ curl -s --negotiate -u : "http://<active-namenode-hostname>:50070/webhdfs/v1/?op=GETDELEGATIONTOKEN" Is it possible to use dfs.nameservices property to get the token instead.
... View more
Labels:
- Labels:
-
Apache Hadoop
01-04-2016
08:05 PM
Thanks again! Here is what worked for me (using python 2.6.6). Still need to investigate how to run the test from ambari root directory. $ pip install discover
$ export PYTHONPATH=~/git/ambari/ambari-common/src/test/python
$ cd ~/git/ambari/ambari-server/src/test/python/stacks/2.3/common
$ python -m discover -v
Test that HAWQSTANDBY is not recommended on a single node cluster ... ok
...
----------------------------------------------------------------------
Ran 21 tests in 0.318s
OK
... View more
12-31-2015
10:00 PM
Hi Artem, Thanks a lot for your input. I was looking to test stack advisor recommendations and validations. e.g. ambari/ambari-server/src/test/python/stacks/2.3/common/test_stack_advisor.py
... View more
12-30-2015
04:30 AM
1 Kudo
e.g. mvn -Dtest=TestHDP23StackAdvisor test
... View more
Labels:
- Labels:
-
Apache Ambari