Member since
10-01-2015
3933
Posts
1150
Kudos Received
374
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3365 | 05-03-2017 05:13 PM | |
2796 | 05-02-2017 08:38 AM | |
3074 | 05-02-2017 08:13 AM | |
3005 | 04-10-2017 10:51 PM | |
1516 | 03-28-2017 02:27 AM |
01-04-2016
11:34 PM
here's an answer for you https://community.hortonworks.com/questions/1383/intelij-maven-hdp-public-repos-to-getting-indexed.html http://repo.hortonworks.com/content/repositories/jetty-hadoop/org/mortbay/jetty/jetty/6.1.26.hwx/
... View more
01-04-2016
11:02 PM
@Vladimir Zlatkin why don't you build it using the solution from @stevel ?
... View more
01-04-2016
09:04 PM
in using DataSet API step 1, it should be su spark
./bin/spark-shell --num-executors 2--executor-memory 512m--master yarn-client and not su spark ./bin/spark-shell --num-executors 2--executor-memory 512m--master yarn-client otherwise it doesn't work
... View more
01-04-2016
08:56 PM
@vshukla running through the tutorial, in the step 1 of Accessing the Spark SQL Thrift Server for JDBC/ODBC Access sudo root yields "sudo: root: command not found"
... View more
01-04-2016
02:12 PM
you can ignore some of the alerts, Sandbox 2.3.2 comes with Secondary NameNode turned off by default, which will trigger an alert. That's by design, so if you're working with something that is not directly affecting your work, ignore it.
... View more
01-04-2016
01:43 PM
this is already possible with Cloudbreak, if you're deploying a cluster to a cloud provider supported by Cloudbreak, it will send you an email once it completes. With standard Ambari, you can probably script it using the Ambari api but I am not aware of any built-in way. @pankaj singh most likely you can build your cluster with Ambari api by submitting a blueprint and then as the last step in your script execute mail command.
... View more
01-02-2016
02:10 AM
@Lav Jain it utilizes unittest so you'd run the tests just as my examples above. https://github.com/apache/ambari/blob/trunk/ambari-server/src/test/python/stacks/2.3/common/test_stack_advisor.py
... View more
12-31-2015
05:35 PM
@Suresh Bonam can you provide the job logs when you execute the command? Do you see any errors on the Oracle side? Please review all of the requirements for Oracle connector https://sqoop.apache.org/docs/1.4.6/SqoopUserGuide.html#_data_connector_for_oracle_and_hadoop, permissions, roles, etc.
... View more