Install mahout without hadoop and eclipse - solr

I have to use mahout in my project. I don't want it to be installed on hadoop for now. and I have access to a Linux machine through putty. so I cannot use eclipse. can any one briefly guide me on this ? I am new to this technology. I have used Solr. I have to use mahout and make it integrate with solr.
pls do help.
Thanks in advance

export this variable
MAHOUT _LOCAL= TRUE

Related

Java PDF libraries in GAE for enription

We need get pdfs and encript them in Appengine (GAE).
We have tried to do it with itext, pdfjet and pdfbox they doesn`t work in appengine.
Somebody knows a library which works well on GAE?, or could help us to identify the problems with the other libraries to work on GAE?
Best Regards
I'm using a special version of iText, prepared for GAE - https://github.com/bedatadriven/appengine-export
It's based on old version of iText (last version under LGPL licence). But it works well, I don't have any problem.

Apex Code Version Control

Is there any way to integrate version control system for Apex & Visualforce code? I can thinking of keeping a separate repository but no way to have it integrated with Salesforce Platform.
Thanks in Advance.
You can do this by using Subversion and the Force.com Eclipse IDE with the Subclipse plugin.
Here are a few links to some instructions.
Setting up Subversion (Windows)
Installing Force.com IDE (Eclipse)
Installing Subclipse (Eclipse plugin)
Use the update site when installing in Eclipse - similar to the instructions here
If instead of using Subversion, you wish to use Git (lots of the community code is hosted on GitHub where you can get it for free) then have a look at this Dreamforce session and some hints and tips about how best to use Git and Force.com together here.

How to configure cakephp 1.3 for netbeans 7.0?

How do I configure the environment variables for cakephp 1.3?
I am trying to use netbeans 7.0 to run cakephp framework. Are there any step by step guide to setup cakephp on netbeans? I am unable to find a good source online.
Please assist. Thanks.
a simple search for "cakephp netbeans" reveals hundres of sources. I am not sure how you could miss those:
http://www.tiplite.com/cakephp-support-in-netbeans/
it has already been asked before, by the way:
CakePHP Helper Auto-Completion in Netbeans 6.8
in earlier versions it is the same as in 7.0. it doesnt change much.

How to deploy solr4 in jboss6

What is the best way to deploy solr 4.x in a running jboss 6.x application server instance?
Well, JBoss features an embedded Tomcat, so I'd start by reading the docs about Solr and Tomcat. There's also some specific docs for JBoss, and of course there's the wiki page for general installation instructions.

can database engine be included in eclipse plugin?

I am new to Eclipse plugin development. I am working to develop a plugin that needs to store large amount of data, as well as search and retrieve from them. I am wondering, if I can use a database for this having plugin dependency. Is there any database engine that comes as Eclipse plugin? I was looking at Apache Derby, but quite unsure about the possibility.
Please suggest.
I have been happily using Derby's Eclipse plug-in for data storage and retrieval. There is a good step-by-step tutorial that assumes very little prior knowledge. Follow these installation instructions, and you should be up and running fairly soon.
Once you get it installed in Eclipse, there is additional useful information. Launch Eclipse and bring up the Help for the Derby plug-ins. Help >> Help Contents>> Derby Plug-in User Guide.
For the Eclipse (Rich Client Platform) it does not matter where or how you store data. It is just a framework which helps deliver a rich client interface.
What other functionality will be required by the users of the data? Apart from getting new data in (is client application the right thing fro that anyway). And searching for certain data? If there is a lot of interaction with the data, draw some possible screens, to get an idea about how it should be implemented in eclipse (eclipse plugins).
There are several plug-ins / extensions which can help you getting the data storage functionality implemented.

Resources