Member since
02-09-2016
559
Posts
422
Kudos Received
98
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2138 | 03-02-2018 01:19 AM | |
3528 | 03-02-2018 01:04 AM | |
2373 | 08-02-2017 05:40 PM | |
2345 | 07-17-2017 05:35 PM | |
1721 | 07-10-2017 02:49 PM |
12-01-2016
11:01 PM
1 Kudo
@Sami Ahmad
The audit tab in Ranger uses Solr to perform the queries and display audit events. The Range audit UI can not query the audit logs on HDFS. HDFS is only for longer term storage of the audit logs. If you want to view audit data via the UI, you need to eanble the Audit to Solr slider. Turning off the Audit to Solr option just turns off sending of the logs to Solr. The Ranger admin UI still expects Solr for the audit display to work properly.
... View more
11-30-2016
10:18 PM
@Sunile Manjee Great article. I think you have a typo in your run command. You use sunileman/dockernifi in the pull, but sunileman/nifi in the run. The run command doesn't work as you have it shown.
... View more
11-21-2016
05:30 PM
If you only have 8GB of ram on your computer, you are going to have some real issues trying to get the Sandbox to work. The sandbox requires a minimum of 8GB of memory just for the sandbox, although it works much better with 10-12GB allocated. If you try to run the Sandbox with only 8GB total on your computer, you don't have any memory left over for Windows.
... View more
11-21-2016
03:51 PM
@krishnan srinivasan What version of Windows 10 do you have installed? Do you have the Hyper-V option enabled? That will interfere with VirtualBox causing VirutalBox to not work properly. Can you load other VMs in VirtualBox?
... View more
11-21-2016
02:14 PM
1 Kudo
@Sebastian Hätälä Can you provide the string you are using for the JDBC interpreter? By default, the %jdbc interpreter is intended to be used with Postgres. Check your interpreter settings. You may have to use %jdbc(hive) as your interpreter string.
... View more
11-18-2016
02:29 AM
I'm glad to hear that!
... View more
11-15-2016
09:54 PM
1 Kudo
@Otto The Atlas team continues to work on adding more hooks for other components of the stack. I believe that HDFS is roadmap, but I can't say when it is likely to be released. Here is some work related to that: https://issues.apache.org/jira/browse/ATLAS-599
... View more
11-15-2016
04:36 PM
@indrajeet gour Have you tried giving the VM more memory in VirtualBox? I tend to give mine 12GB of memory as it performs better. When you import the VM it defaults to 8GB which is the bare minimum. The first time you boot up the VM, it often takes longer than any time after that. While waiting for the console to to show the login screen, you can login the VM via ssh -p 2122 root@localhost. The default password is hadoop. You can log into the Docker sandbox that runs within that VM via ssh -p 2222 root@localhost. Again, the default password is hadoop. Once you have logged into, you can take a look at top to see if there are any processes taking up a lot of CPU resources.
... View more
11-15-2016
12:53 PM
1 Kudo
@indrajeet gour You have not done anything wrong. The VirtualBox and VMWare virtual machines actually run a Docker container inside them to make it easier to setup, configure and deploy the different platforms. Once you import them, you will see they are called "Hortonworks Docker Sandbox". If you mistakenly downloaded the pure Docker container, it would not have imported into VirtualBox at all.
... View more
11-14-2016
08:50 PM
2 Kudos
@milind pandit The error you are seeing is because Ambari Infra Service is running, which includes Solr. The Solr start script checks to see if solr is running and if it is, it won't start another instance. So you are seeing a conflict. If you stop the Ambari Infra service, I believe you'll see this error go away. It's unfortunately one of the problems you run into when running all of the components on a single Sandbox.
... View more