Hi,
I guess you modified the book example 'batch-wordcount' to include a hive tasklet? The dependency on hive can be found in the sample directory 'hive'. There are quite a number of...
Type: Posts; User: Mark Pollack; Keyword(s):
Hi,
I guess you modified the book example 'batch-wordcount' to include a hive tasklet? The dependency on hive can be found in the sample directory 'hive'. There are quite a number of...
Indeed - shambles! Thanks for the kick in the pants. I've updated the page to have the latest links.
Cheers,
Mark
Hi,
Put a space between the ! and your command text, e.g.
>! dir
I often make this mistake myself. :)
Cheers,
Mark
Hi,
Thanks for reporting this, it is fixed now.
Mark
Hi,
After a quick search around, I don't believe there is such a feature in the shell. I've added it to JIRA so that we can investigate it some more. https://jira.springsource.org/browse/SHL-59...
Hi,
Nice to hear you are finding it useful. One improvement I can suggest for this command is to pass in the SpEL expression vs. separating it out into the bean name and the operations that...
Hi Judd,
You can use the --cmdfile command line options to execute a file that contains spring shell commands.
...
Hi,
Assuming nothing major comes up in terms of bugs, I'd like to have a GA version out by the SpringOne conference, that would be October 15th.
Mark
We're excited to announce that Spring Shell is one of the latest additions to the Spring family. Spring Shell is an interactive shell that can be easily extended with commands using a Spring based...
Hi,
No time line at this point, so many stores, so little time. I will move the ones that are planned off the main table list to soften the impression that they make regarding our roadmap, for...
Hi,
I know this is an old thread, but it popped up 2nd in google when searching for 'spring shell'. There is now a project called appropriately enough 'spring-shell' which is a standalone version...
Hi,
Even though the thread is old, just wanted to let you know that we are now finally getting around to doing this, I plan to write some HDFS ItemReader/ItemWriter implementations but would like to...
Hi,
Related to this question is the response in the your post here.
If you use a type other than String, BigInteger or ObjectId for the id field, then there is no automatic generation of an Id...
Hi,
It is probably related to your other question regarding to using int as an @Id value. This section of the docs (How the '_id' field is handled in the mapping layer) goes over the conventions...
Hi,
This is great to see. The Spring Data team will be taking a look at it, please let us know if there is anything you need to help with your work! Perhaps we can setup a CI process for the...
Hi,
Regarding the constructor, we can add that. (DATADOC-174)
However, there is an alternative constructor you can use now, namely
MongoTemplate(MongoDbFactory mongoDbFactory, MongoConverter...
Hi Derek,
Are you using SimpleMongoConverter or MappingMongoConverter. If you can post the relevant bits of config/code that would help.
Issue https://jira.springsource.org/browse/DATADOC-114...
Hi,
I've created two issues to fix the usage issues you mention. DATADOC-106 is about adding some operations that aren't on the Criteria class, such as $ne. DATADOC-107 is to let you pass in...
Hi,
I've created an issue for how to handle this for users who don't use maven.
Mark
Hi,
This is being tracked now in https://jira.springsource.org/browse/DATADOC-97
Thanks for reporting it.
Cheers,
Mark
Hi,
Not sure why you are having trouble. I just blew away all my local maven snapshot download and was able to access the snapshot jars.
Hosting our maven snapshot repo on S3 is a bit of a...
Hi,
Just not to keep you hanging, we will take a look and get back to you ASAP. Thanks so much for the sample app/blog entry!
Mark
Hi,
Have you configured to use the MappingMongoConverter? See here for how.
Mark
Hi,
We just released M2 on April 9th, depending on feedback we would like to move to an RC release about one month after that, followed by a GA release a few weeks afterward. That is a rough...
Hi,
I realize the thread has been going on a while. We just released M2 and I believe this issue is fixed, if not we'll get on it ASAP.
Mark