[
https://issues.apache.org/jira/browse/BIGTOP-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14200516#comment-14200516
]
Ilya Tikhonov commented on BIGTOP-1490:
---------------------------------------
Hmmm. {{yum remove gridgain}} doesn't remove gridgain packages. I ran {{yum
remove gridgain-hadoop}} and retested this.
As a result, service process was killed, and command
{noformat}
gradle compileGroovy clean test -Dsmoke.tests=gridgain-hadoop --info
{noformat}
returned following:
{noformat}
org.apache.bigtop.itest.hadoop.mapreduce.TestGridGainHadoop > test FAILED
org.junit.ComparisonFailure: Incorrect output expected:<[black 5
blue 11
green 11
white 5
yellow 11]> but was:<[]>
at org.junit.Assert.assertEquals(Assert.java:115)
at org.junit.Assert$assertEquals.callStatic(Unknown Source)
at
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallStatic(CallSiteArray.java:50)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:157)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:173)
at
org.apache.bigtop.itest.hadoop.mapreduce.TestGridGainHadoop.test(TestGridGainHadoop.groovy:70)
{noformat}
\\
About the test, it performs the following:
Via configs are placed in {{conf}} directory, it plugs two GridGain components
- "MR processor" and "Memory file system" (GGFS).
Next, it runs the following commands:
{noformat}
hadoop fs -mkdir /gh-input
hadoop fs -put test.data /gh-input/
hadoop jar $HADOOP_MAPRED_HOME/hadoop-mapreduce-examples.jar wordcount
/gh-input /gh-output
hadoop fs -cat /gh-output/part-r-00000
{noformat}
All these operation doesn't affect real Hadoop nodes in this mode.
Next, the test script gets output of "cat" command and compares it with
hard-coded string
{noformat}
blue 11
green 11
white 5
yellow 11
{noformat}
\\
About the call of cache specified method, I must consult with colleagues.
If you not cope with this test could you please provide more info how are you
running it?
> Adding GridGain to BigTop
> -------------------------
>
> Key: BIGTOP-1490
> URL: https://issues.apache.org/jira/browse/BIGTOP-1490
> Project: Bigtop
> Issue Type: Bug
> Components: general
> Affects Versions: 0.8.0
> Reporter: Dmitriy Setrakyan
> Assignee: Ilya Tikhonov
> Labels: gridgain
> Fix For: 0.9.0
>
> Attachments: 0001-BIGTOP-1490.-Adding-GridGain-to-BigTop.patch,
> 0001-BIGTOP-1490.-Adding-GridGain-to-BigTop.patch,
> 0001-BIGTOP-1490.-Adding-GridGain-to-BigTop.patch,
> 0001-BIGTOP-1490.-Adding-GridGain-to-BigTop.patch, latest-201410111925.patch
>
>
> Please accept the patch of adding GridGain to the BigTop product. Addition of
> GridGain was agreed upon in this thread:
> http://mail-archives.apache.org/mod_mbox/bigtop-dev/201403.mbox/%3CCA+0=VoXBik-=go=vmvb3pwbdv08dgbpem_ud7ndirr4hgux...@mail.gmail.com%3E
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)