Member since
09-17-2015
436
Posts
736
Kudos Received
81
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 5215 | 01-14-2017 01:52 AM | |
| 7547 | 12-07-2016 06:41 PM | |
| 8974 | 11-02-2016 06:56 PM | |
| 2879 | 10-19-2016 08:10 PM | |
| 7371 | 10-19-2016 08:05 AM |
12-31-2015
09:27 AM
Can you provide some more details on what files you are looking for? Which tutorial are you following?
... View more
12-31-2015
09:26 AM
Ranger supports AES/CTR/NoPadding as the cipher suite of length 128 or 256 bits see docs below: http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-... http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-...
... View more
12-31-2015
03:03 AM
You can install the latest HDP 2.3.4 using Ambari 2.2.0.0: it comes with Spark 1.5.2 and its integrated with ATS
... View more
12-30-2015
11:12 PM
1 Kudo
Awesome stuff!
... View more
12-29-2015
10:10 PM
2 Kudos
Make sure the VM is stopped, otherwise it will not let you modify the memory settings
... View more
12-29-2015
09:55 PM
2 Kudos
You can use Ambari VNC service: https://community.hortonworks.com/repos/8321/ambar... This will install desktop, vnc, and (optionally) eclipse/intellij, maven on sandbox so you can 'remote desktop' into it and start developing on it. Also provides instructions to import sample code for Storm, Spark, Nifi. Alternatively, you can use the mini-clusters project to bring up hadoop components in your local Eclipse/IntelliJ environment: http://hortonworks.com/partners/learn/#dev
... View more
12-29-2015
09:39 PM
@Andrew Grande: thanks for the info! @azeltov looks like there was a missing class attribute in step 2 where solrconfig.xml is modified. I have added it in and tested that it works. <directoryFactory name="DirectoryFactory" class="solr.HdfsDirectoryFactory">
... View more
12-29-2015
08:11 AM
1 Kudo
Based on the hive interpreter code, it does not seem like kerberos is supported yet: https://github.com/apache/incubator-zeppelin/blob/... + @vshukla to comment on when this is currently expected
... View more
12-24-2015
06:25 PM
1 Kudo
Sure! Just a friendly reminder to close some of the threads you have opened by accepting an answer once the issue is resolved. That would be a great help because we currently have too many open threads
... View more
12-24-2015
06:12 PM
You are not using the correct command. The above command will try to 'execute' the log file as a shell script. If you want to view its contents you need to specify an editor like vi or vim etc You can use one of the below more /var/lib/ambari-server/ambari-server.log tail /var/lib/ambari-server/ambari-server.log vi /var/lib/ambari-server/ambari-server.log
... View more